1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-15 19:26:50 +00:00

build(deps): update rust crate os_info to 3.9.0

This commit is contained in:
renovate[bot] 2024-11-30 15:52:53 +00:00 committed by GitHub
parent 61c860e129
commit 1fca32fa97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2185,9 +2185,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.8.2"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
checksum = "e5ca711d8b83edbb00b44d504503cd247c9c0bd8b0fa2694f2a1a3d8165379ce"
dependencies = [
"log",
"serde",

View File

@ -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.8.2"
os_info = "3.9.0"
path-slash = "0.2.1"
pest = "2.7.14"
pest_derive = "2.7.14"