From dfa8cb3167d90bf0c91ebaf339c6c3723962fa6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:59:32 +0000 Subject: [PATCH] chore(deps): update rust crate rlimit to 0.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb1e328..e92e746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rlimit" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" +checksum = "f35ee2729c56bb610f6dba436bf78135f728b7373bdffae2ec815b2d3eb98cc3" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 8e70284..d44f06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,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 }