mirror of
https://github.com/uutils/acl.git
synced 2026-06-10 16:13:30 -07:00
chore(deps): update rust crate rlimit to 0.11.0
This commit is contained in:
Generated
+2
-11
@@ -16,7 +16,7 @@ dependencies = [
|
||||
"pretty_assertions",
|
||||
"procfs",
|
||||
"regex",
|
||||
"rlimit 0.10.2",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"textwrap",
|
||||
"uu_chacl",
|
||||
@@ -633,15 +633,6 @@ version = "0.8.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
||||
|
||||
[[package]]
|
||||
name = "rlimit"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rlimit"
|
||||
version = "0.11.0"
|
||||
@@ -975,7 +966,7 @@ dependencies = [
|
||||
"pretty_assertions",
|
||||
"rand",
|
||||
"regex",
|
||||
"rlimit 0.11.0",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"xattr",
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ xattr = { workspace = true }
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
|
||||
procfs = { version = "0.18", default-features = false }
|
||||
rlimit = "0.10.1"
|
||||
rlimit = "0.11.0"
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user