From cfb5d5de6fd9bff00fc4a35be7048a98172fea40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:48:19 +0000 Subject: [PATCH] chore(deps): update rust crate rlimit to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2aeb0da7..74e74081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ uutests = { workspace = true } 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 }