mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): refactor rlimit package configuration
This commit is contained in:
+2
-1
@@ -358,6 +358,7 @@ rand = { version = "0.9.0", features = ["small_rng"] }
|
||||
rand_core = "0.9.0"
|
||||
rayon = "1.10"
|
||||
regex = "1.10.4"
|
||||
rlimit = "0.10.1"
|
||||
rstest = "0.26.0"
|
||||
rust-ini = "0.21.0"
|
||||
same-file = "1.0.6"
|
||||
@@ -566,7 +567,7 @@ nix = { workspace = true, features = [
|
||||
"term",
|
||||
"user",
|
||||
] }
|
||||
rlimit = "0.10.1"
|
||||
rlimit = { workspace = true }
|
||||
|
||||
# Used in test_uptime::test_uptime_with_file_containing_valid_boot_time_utmpx_record
|
||||
# to deserialize an utmpx struct into a binary file
|
||||
|
||||
@@ -37,7 +37,7 @@ uucore = { workspace = true, features = [
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "term", "user"] }
|
||||
rlimit = "0.10.1"
|
||||
rlimit = { workspace = true }
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies]
|
||||
xattr = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user