From 46a43a89576458c4f90cbab80f6dbab9cf64c3ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:45:44 +0000 Subject: [PATCH] chore(deps): update rust crate rlimit to 0.11.0 --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54d5188a..3b655f73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,15 +1002,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" @@ -1371,7 +1362,7 @@ dependencies = [ "pretty_assertions", "rand", "regex", - "rlimit 0.10.2", + "rlimit", "serde", "serde_json", "tempfile", @@ -1726,7 +1717,7 @@ dependencies = [ "pretty_assertions", "rand", "regex", - "rlimit 0.11.0", + "rlimit", "tempfile", "uucore 0.6.0", "xattr", diff --git a/Cargo.toml b/Cargo.toml index b415f6a3..56d2898f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ nix = { workspace = true, features = ["term"] } xattr = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies] -rlimit = "0.10.1" +rlimit = "0.11.0" [build-dependencies] phf_codegen = { workspace = true }