mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
fix(deps): update rust crate os_info to 3.8.2 (#5870)
Previous versions were yanked because they did not build on FreeBSD.
This commit is contained in:
parent
899e3b7d6d
commit
d421f63785
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2136,9 +2136,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "os_info"
|
name = "os_info"
|
||||||
version = "3.8.1"
|
version = "3.8.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6cbb46d5d01695d7a1fb8be5f0d1968bd2b2b8ba1d1b3e7062ce2a0593e57af1"
|
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -60,7 +60,7 @@ nu-ansi-term = "0.50.0"
|
|||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
open = "5.1.2"
|
open = "5.1.2"
|
||||||
# update os module config and tests when upgrading os_info
|
# update os module config and tests when upgrading os_info
|
||||||
os_info = "3.8.1"
|
os_info = "3.8.2"
|
||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
pest = "2.7.8"
|
pest = "2.7.8"
|
||||||
pest_derive = "2.7.8"
|
pest_derive = "2.7.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user