From 60fc16b62a07f25aa0833653b6264b223463ec03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:03:20 +0000 Subject: [PATCH] chore(deps): bump rlimit from 0.8.3 to 0.9.0 Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.8.3 to 0.9.0. - [Release notes](https://github.com/Nugine/rlimit/releases) - [Changelog](https://github.com/Nugine/rlimit/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nugine/rlimit/compare/v0.8.3...v0.9.0) --- updated-dependencies: - dependency-name: rlimit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- daemon/Cargo.toml | 2 +- pid1/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62e61f4..b06f4ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.137" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libsquish" @@ -1156,9 +1156,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.8.3" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7278a1ec8bfd4a4e07515c589f5ff7b309a373f987393aef44813d9dcf87aa3" +checksum = "ea5c77e0e5e2bfeb5fcf2c084eb20a9ed9d95cab167d88784956c29419342925" dependencies = [ "libc", ] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 42e892c..9970630 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -16,7 +16,7 @@ hmac-sha256 = "1.1.6" log = "0.4.17" nix = "0.26.1" pretty_env_logger = "0.4.0" -rlimit = "0.8.3" +rlimit = "0.9.0" reqwest = "0.11.13" serde_json = "1.0.89" tar = "0.4.38" diff --git a/pid1/Cargo.toml b/pid1/Cargo.toml index 50d8823..898a174 100644 --- a/pid1/Cargo.toml +++ b/pid1/Cargo.toml @@ -13,5 +13,5 @@ clap = "3.2.22" futures = "0.3.25" nix = "0.26.1" reqwest = "0.11.13" -rlimit = "0.8.3" +rlimit = "0.9.0" tokio = { version = "1.22.0", features = [ "full" ] }