From bdaa05e38074240c9ad511c49fa1474ec4534e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:27:15 +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 2f2f41e..ed496b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,9 +961,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[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 4f3dcbe..2baae81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ mimalloc = { version = "0.1.43", default-features = false } socket2 = "0.5.7" parking_lot = "0.12.3" rand = "0.8.5" -rlimit = "0.10.1" +rlimit = "0.10.2" rustc-hash = "2.0.0" serde = "1.0.203" serde_derive = "1.0.203"