diff --git a/Cargo.lock b/Cargo.lock index 8698b483e..33ee6b272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3460,9 +3460,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" +checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/jetsocat/Cargo.toml b/jetsocat/Cargo.toml index 09e324120..5e41401f2 100644 --- a/jetsocat/Cargo.toml +++ b/jetsocat/Cargo.toml @@ -50,7 +50,7 @@ anyhow = "1.0.71" dirs-next = "2.0.0" # find parent process / watch process -sysinfo = { version = "0.29.0", default-features = false } +sysinfo = { version = "0.29.2", default-features = false } [dev-dependencies] test-utils = { path = "../crates/test-utils" }