From 85dfb0b619fbe69ce6489939e63649acef4d0ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:34:41 +0000 Subject: [PATCH] chore(deps): 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 d24996f..3b8d65a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,9 +1423,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 3e17bbd..85ea035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ owo-colors = { version = "4.0.0", features = [ ] } pretty_env_logger = "0.5.0" regex = "1.10.5" -rlimit = "0.10.1" +rlimit = "0.10.2" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.120" serde_yaml = "0.9.34"