diff --git a/Cargo.toml b/Cargo.toml index 3d33d3792..a097f54ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,9 +331,8 @@ rstest = "0.25.0" rust-ini = "0.21.0" same-file = "1.0.6" self_cell = "1.0.4" -# Remove the "=" once we moved to Rust edition 2024 -selinux = "= 0.5.1" -selinux-sys = "= 0.6.14" +selinux = "0.5.1" +selinux-sys = "0.6.14" signal-hook = "0.3.17" smallvec = { version = "1.13.2", features = ["union"] } tempfile = "3.15.0"