1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-02 16:40:51 +00:00

build(deps): bump os_info from 3.0.3 to 3.0.4

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stanislav-tkach/os_info/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-28 18:50:52 +00:00
parent 67e0eb0e9a
commit f59e85f537
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1102,9 +1102,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.0.3"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b81dbdaffac3b1f0a97028ba368f32e3a63aa675548fc52f923e803e67961b"
checksum = "afaa687e89d04fcd3573987b14965578e54434a120c9477500e24b95b6fe79ee"
dependencies = [
"log",
"serde",

View File

@ -54,7 +54,7 @@ yaml-rust = "0.4.5"
pest = "2.1.3"
pest_derive = "2.1.0"
regex = "1.4.6"
os_info = "3.0.3"
os_info = "3.0.4"
urlencoding = "1.1.1"
open = "1.7.0"
unicode-width = "0.1.8"