From 8b3bc71179009b57f3ced366412829948be691ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:03:02 +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 2a3ec143..4a24f0a2 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 }