From 15af9dea2c583e221dffd9d63c24c4f49f9b574c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:43:11 +0000 Subject: [PATCH] build(deps): 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 e8e551df..7673831c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2414,9 +2414,9 @@ dependencies = [ [[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 b17a805d..e1c22831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rayon = "1" regex = "1" reqwest = { version = "0.13", default-features = false, features = ["native-tls", "charset", "http2", "system-proxy", "stream"] } resiter = "0.5" -rlimit = "0.10" +rlimit = "0.11" rustversion = "1" semver = "1" serde = "1"