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.2

This commit is contained in:
renovate[bot] 2025-01-05 14:06:23 +00:00 committed by GitHub
parent d204259211
commit 8a435693a4
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

@ -2279,9 +2279,9 @@ dependencies = [
[[package]] [[package]]
name = "os_info" name = "os_info"
version = "3.9.1" version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6651f4be5e39563c4fe5cc8326349eb99a25d805a3493f791d5bfd0269e430" checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",

View File

@ -58,7 +58,7 @@ notify-rust = { version = "4.11.3", optional = true }
nu-ansi-term = "0.50.1" nu-ansi-term = "0.50.1"
open = "5.3.1" open = "5.3.1"
# update os module config and tests when upgrading os_info # update os module config and tests when upgrading os_info
os_info = "3.9.1" os_info = "3.9.2"
path-slash = "0.2.1" path-slash = "0.2.1"
pest = "2.7.15" pest = "2.7.15"
pest_derive = "2.7.15" pest_derive = "2.7.15"