From 767d93f4ab1f31f5227ae56dcb7d443ee70fc594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:04:08 +0000 Subject: [PATCH] Bump rlimit from 0.10.2 to 0.11.0 Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/Nugine/rlimit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nugine/rlimit/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: rlimit dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"