From fd29eb5fc14eae92b7bc76255ed3aba6eda86c9f Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 4 May 2025 17:54:48 +0200 Subject: [PATCH] Cargo.toml: remove exact version req for selinux (#7883) --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"