build(deps): update rust crate os_info to 3.8.1

This commit is contained in:
renovate[bot] 2024-03-17 10:24:56 +00:00 committed by GitHub
parent 698572aa57
commit 335873fa90
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

@ -2136,9 +2136,9 @@ dependencies = [
[[package]]
name = "os_info"
version = "3.8.0"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a07930afc1bd77ac9e1101dc18d3fc4986c6568e939c31d1c26657eb0ccbf5"
checksum = "6cbb46d5d01695d7a1fb8be5f0d1968bd2b2b8ba1d1b3e7062ce2a0593e57af1"
dependencies = [
"log",
"serde",

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.8.0"
os_info = "3.8.1"
path-slash = "0.2.1"
pest = "2.7.8"
pest_derive = "2.7.8"