diff --git a/Cargo.lock b/Cargo.lock index 83148aab2..1e1d87a04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ae7aac7f5ad5159594e4e9a59c28949217f9aee8e80c2991d8672453e9e4316" +checksum = "81a9ed03edbed449d6897c2092c71ab5f7b5fb80f6f0b1a3ed6d40a6f9fc0720" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index a8873e29d..dd377860a 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.4" shell-words = "1.0.0" log = "0.4.0" env_logger = "0.8.2"