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
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
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",