diff --git a/Cargo.lock b/Cargo.lock index e7641c2d5..534a1c698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,9 +1995,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "self_cell" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" +checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" [[package]] name = "selinux" diff --git a/Cargo.toml b/Cargo.toml index a9a612ae6..7f3e8a02f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,7 +317,7 @@ regex = "1.10.4" rstest = "0.19.0" rust-ini = "0.21.0" same-file = "1.0.6" -self_cell = "1.0.3" +self_cell = "1.0.4" selinux = "0.4.4" signal-hook = "0.3.17" smallvec = { version = "1.13.2", features = ["union"] }