diff --git a/Cargo.lock b/Cargo.lock index 17ddc22..ca21644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.40" +version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" dependencies = [ "bitflags", "errno", diff --git a/Cargo.toml b/Cargo.toml index 718d1b7..757cf3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ liblzma = { version = "0.3.5", features = ["static"] } log = "0.4.22" procfs = { version= "0.17.0" } regex = "1.11.1" -rustix = { version = "0.38.40", features = ["process", "thread", "mount", "fs", "runtime"] } +rustix = { version = "0.38.41", features = ["process", "thread", "mount", "fs", "runtime"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.8"