From b7cd8e517cd61fdb9f650d3b4e89d6ff5265ea0d Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 2 Feb 2026 08:44:44 +0100 Subject: [PATCH] Bump rlimit from 0.10.1 to 0.11.0 --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d896cf1..1c8f8b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,9 +951,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libredox" @@ -1434,7 +1434,7 @@ dependencies = [ "pretty_assertions", "rand 0.9.2", "regex", - "rlimit", + "rlimit 0.11.0", "sysinfo", "tempfile", "textwrap", @@ -1673,6 +1673,15 @@ dependencies = [ "libc", ] +[[package]] +name = "rlimit" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f35ee2729c56bb610f6dba436bf78135f728b7373bdffae2ec815b2d3eb98cc3" +dependencies = [ + "libc", +] + [[package]] name = "roff" version = "0.2.2" @@ -2450,7 +2459,7 @@ dependencies = [ "pretty_assertions", "rand 0.9.2", "regex", - "rlimit", + "rlimit 0.10.2", "tempfile", "uucore", "xattr", 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 }