summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2024-03-24 08:03:10 +0100
committerGitHub <noreply@github.com>2024-03-24 08:03:10 +0100
commitd421f63785f901caf222941cbfae7cb8c0feec74 (patch)
tree342b0d84dd510161a6a3356cbd179f359ce3fd05
parent899e3b7d6d7561f0f8732cb13143fdb21da8ffda (diff)
fix(deps): update rust crate os_info to 3.8.2 (#5870)
Previous versions were yanked because they did not build on FreeBSD.
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19fa5ae54..4355a7d64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index a8d562cb4..e91dda0fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"