build(deps): update rust crate os_info to 3.8.0

This commit is contained in:
renovate[bot] 2024-03-12 22:10:24 +00:00 committed by GitHub
parent 32ef678e1b
commit cbf6e8d55e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2139,13 +2139,13 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.7.0"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
checksum = "52a07930afc1bd77ac9e1101dc18d3fc4986c6568e939c31d1c26657eb0ccbf5"
dependencies = [
"log",
"serde",
"winapi",
"windows-sys 0.52.0",
]
[[package]]

View File

@ -60,7 +60,7 @@ nu-ansi-term = "0.50.0"
once_cell = "1.19.0"
open = "5.1.2"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"
os_info = "3.8.0"
path-slash = "0.2.1"
pest = "2.7.8"
pest_derive = "2.7.8"