mirror of
https://github.com/starship/starship.git
synced 2025-01-12 09:28:15 +01:00
build(deps): update rust crate os_info to 3.9.1
This commit is contained in:
parent
d4ba0d19e6
commit
0d2edee51f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2192,9 +2192,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "os_info"
|
||||
version = "3.9.0"
|
||||
version = "3.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce"
|
||||
checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
|
@ -58,7 +58,7 @@ notify-rust = { version = "4.11.3", optional = true }
|
||||
nu-ansi-term = "0.50.1"
|
||||
open = "5.3.1"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.9.0"
|
||||
os_info = "3.9.1"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.7.15"
|
||||
pest_derive = "2.7.15"
|
||||
|
Loading…
Reference in New Issue
Block a user