mirror of
https://github.com/starship/starship.git
synced 2025-01-13 01:48:16 +01:00
build(deps): bump os_info from 3.0.1 to 3.0.2
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
85dc3660b1
commit
a2cdc912e7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1049,9 +1049,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "os_info"
|
name = "os_info"
|
||||||
version = "3.0.1"
|
version = "3.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a2127a5da3c69035537febc04cd07008bb643653303b213a49b036d944531207"
|
checksum = "4181c9203e70e66f39def4240a7e33f74d1d95b42c08320f9ac298c580934ab2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -54,7 +54,7 @@ yaml-rust = "0.4.5"
|
|||||||
pest = "2.1.3"
|
pest = "2.1.3"
|
||||||
pest_derive = "2.1.0"
|
pest_derive = "2.1.0"
|
||||||
regex = "1.4.5"
|
regex = "1.4.5"
|
||||||
os_info = "3.0.1"
|
os_info = "3.0.2"
|
||||||
urlencoding = "1.1.1"
|
urlencoding = "1.1.1"
|
||||||
open = "1.6.0"
|
open = "1.6.0"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user