diff --git a/Cargo.lock b/Cargo.lock index 042ff455318..24a53fe8db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,9 +2528,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[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 5c30fdc207f..90a9a9de036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -369,7 +369,7 @@ rand_chacha = { version = "0.9.0" } rand_core = "0.9.0" rayon = "1.10" regex = "1.10.4" -rlimit = "0.10.1" +rlimit = "0.11.0" rstest = "0.26.0" rust-ini = "0.21.0" same-file = "1.0.6"