diff --git a/Cargo.lock b/Cargo.lock index 837e514..ba7578e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[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 57418da..af2b6f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ log = { version = "0.4.29", features = ["std", "release_max_level_debug"] } mimalloc = { version = "0.1.48", default-features = false } parking_lot = "0.12.5" rand = "0.9.2" -rlimit = "0.10.2" +rlimit = "0.11.0" rustc-hash = "2.1.1" serde = "1.0.228" serde_derive = "1.0.228"