From 7ea7831097178a209e1ab4cd4abbd87122b7acee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:43:00 +0000 Subject: [PATCH] Bump rlimit from 0.5.2 to 0.5.3 Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/Nugine/rlimit/releases) - [Commits](https://github.com/Nugine/rlimit/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee21e9254..f623a46f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ae7aac7f5ad5159594e4e9a59c28949217f9aee8e80c2991d8672453e9e4316" +checksum = "6e7148757b4951f04391d2b301b2e3597d504c4d2434212d542b73c1a6b3f847" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 6327a1ac9..51cb76f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ colored = "2.0.0" structopt = "0.3.20" async-std = "1.7.0" futures = "0.3" -rlimit = "0.5.2" +rlimit = "0.5.3" shell-words = "1.0.0" log = "0.4.0" env_logger = "0.8.2"