From f90d56f02b98a9c00dc3a33721a8c238c5181ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:38:34 +0000 Subject: [PATCH] Bump rlimit from 0.10.1 to 0.10.2 Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.10.1 to 0.10.2. - [Changelog](https://github.com/Nugine/rlimit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nugine/rlimit/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: rlimit dependency-type: direct:production update-type: version-update:semver-patch ... 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 ecbeb8c5a..4b540749b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1353,9 +1353,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8" +checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index db8cb5482..2231504c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5.13", features = ["derive", "wrap_help"] } colored = "2.1.0" async-std = "1.7.0" futures = "0.3" -rlimit = "0.10.1" +rlimit = "0.10.2" log = "0.4.22" env_logger = "0.11.5" anstream = "=0.6.17"