Skip to content
Snippets Groups Projects
Verified Commit 3c4adda8 authored by renovate's avatar renovate
Browse files

fix(deps): update rust crate sysinfo to 0.33.0


Signed-off-by: default avatarrenovate <renovate@archlinux.org>
parent cb56e6fa
No related branches found
No related tags found
1 merge request!129fix(deps): update rust crate sysinfo to 0.33.0
......@@ -2936,7 +2936,7 @@ dependencies = [
"nethsm-config",
"nix",
"strum",
"sysinfo 0.32.1",
"sysinfo 0.33.0",
"thiserror 2.0.3",
]
......@@ -3120,9 +3120,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.32.1"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af"
checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46"
dependencies = [
"core-foundation-sys",
"libc",
......
......@@ -14,5 +14,5 @@ clap = { workspace = true, features = ["cargo", "derive", "env"] }
nethsm-config.workspace = true
nix = { version = "0.29.0", features = ["user"] }
strum.workspace = true
sysinfo = "0.32.0"
sysinfo = "0.33.0"
thiserror.workspace = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment