From bd29cf7b44b2a926ebc17dc39f0baaae58160eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:38:10 +0000 Subject: [PATCH] build(deps): bump rlimit from 0.9.0 to 0.9.1 (#6051) Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.9.0 to 0.9.1. - [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.9.0...v0.9.1) --- updated-dependencies: - dependency-name: rlimit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-state/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37bee6685..997fef1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3521,9 +3521,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5c77e0e5e2bfeb5fcf2c084eb20a9ed9d95cab167d88784956c29419342925" +checksum = "f8a29d87a652dc4d43c586328706bb5cdff211f3f39a530f240b53f7221dab8e" dependencies = [ "libc", ] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 5039acdf1..08d05799c 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -35,7 +35,7 @@ lazy_static = "1.4.0" metrics = "0.20.1" mset = "0.1.1" regex = "1.7.1" -rlimit = "0.9.0" +rlimit = "0.9.1" rocksdb = { version = "0.19.0", default_features = false, features = ["lz4"] } serde = { version = "1.0.152", features = ["serde_derive"] } tempfile = "3.3.0"