fix(deps): update rust crate os_info to 3.8.2 (#5870)

Previous versions were yanked because they did not build on FreeBSD.
This commit is contained in:
David Knaack 2024-03-24 08:03:10 +01:00 committed by GitHub
parent 899e3b7d6d
commit d421f63785
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.1"
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cbb46d5d01695d7a1fb8be5f0d1968bd2b2b8ba1d1b3e7062ce2a0593e57af1"
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
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.1"
os_info = "3.8.2"
path-slash = "0.2.1"
pest = "2.7.8"
pest_derive = "2.7.8"