mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Cargo.toml: remove exact version req for selinux (#7883)
This commit is contained in:
parent
4ee53acad0
commit
fd29eb5fc1
1 changed files with 2 additions and 3 deletions
|
@ -331,9 +331,8 @@ rstest = "0.25.0"
|
||||||
rust-ini = "0.21.0"
|
rust-ini = "0.21.0"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
self_cell = "1.0.4"
|
self_cell = "1.0.4"
|
||||||
# Remove the "=" once we moved to Rust edition 2024
|
selinux = "0.5.1"
|
||||||
selinux = "= 0.5.1"
|
selinux-sys = "0.6.14"
|
||||||
selinux-sys = "= 0.6.14"
|
|
||||||
signal-hook = "0.3.17"
|
signal-hook = "0.3.17"
|
||||||
smallvec = { version = "1.13.2", features = ["union"] }
|
smallvec = { version = "1.13.2", features = ["union"] }
|
||||||
tempfile = "3.15.0"
|
tempfile = "3.15.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue