1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-12 05:12:21 +00:00

build(deps): bump os_info from 3.0.2 to 3.0.3

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.2 to 3.0.3.
- [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.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-28 03:53:32 +00:00
parent 8f464e4c1d
commit 601b499f07
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.2"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4181c9203e70e66f39def4240a7e33f74d1d95b42c08320f9ac298c580934ab2"
checksum = "43b81dbdaffac3b1f0a97028ba368f32e3a63aa675548fc52f923e803e67961b"
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.2"
os_info = "3.0.3"
urlencoding = "1.1.1"
open = "1.7.0"
unicode-width = "0.1.8"