Cargo.toml: lock version of selinux

This commit is contained in:
Daniel Hofstetter
2025-08-20 11:08:30 +02:00
parent dbc12b4294
commit d85592fa91
+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"