Merge pull request #8502 from cakebaker/cargo_toml_lock_selinux

Cargo.toml: lock version of `selinux`
This commit is contained in:
Sylvestre Ledru
2025-08-20 19:00:34 +02:00
committed by GitHub
+2 -1
View File
@@ -349,7 +349,8 @@ rstest = "0.26.0"
rust-ini = "0.21.0"
same-file = "1.0.6"
self_cell = "1.0.4"
selinux = "0.5.2"
# FIXME we use the exact version because the new 0.5.3 requires an MSRV of 1.88
selinux = "=0.5.2"
signal-hook = "0.3.17"
tempfile = "3.15.0"
terminal_size = "0.4.0"