From 7625e0b49f3f369a2fe2a85af003b279bf7093b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:50:15 +0000 Subject: [PATCH] build(deps): bump the app group with 2 updates (#7282) Bumps the app group with 2 updates: [clap](https://github.com/clap-rs/clap) and [rlimit](https://github.com/Nugine/rlimit). Updates `clap` from 4.3.16 to 4.3.19 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.19) Updates `rlimit` from 0.10.0 to 0.10.1 - [Changelog](https://github.com/Nugine/rlimit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nugine/rlimit/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: app - dependency-name: rlimit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: app ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- zebra-state/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e7eeb34..929a1428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.3.16", + "clap 4.3.19", "color-eyre", "fs-err", "once_cell", @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.16" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" +checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" dependencies = [ "clap_builder", "clap_derive", @@ -755,9 +755,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.16" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" +checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" dependencies = [ "anstream", "anstyle", @@ -916,7 +916,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.3.16", + "clap 4.3.19", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -3541,9 +3541,9 @@ dependencies = [ [[package]] name = "rlimit" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b5b8be0bc0ef630d24f8fa836b3a3463479b2343b29f9a8fa905c71a8c7b69b" +checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8" dependencies = [ "libc", ] @@ -5750,7 +5750,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.3.16", + "clap 4.3.19", "color-eyre", "console-subscriber", "dirs", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 20a63093..4c447314 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -54,7 +54,7 @@ lazy_static = "1.4.0" metrics = "0.21.1" mset = "0.1.1" regex = "1.9.1" -rlimit = "0.10.0" +rlimit = "0.10.1" rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] } semver = "1.0.18" serde = { version = "1.0.168", features = ["serde_derive"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 20feba83..9937827e 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -153,7 +153,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.28" } zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.28", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.3.15", features = ["cargo"] } +clap = { version = "4.3.19", features = ["cargo"] } chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" indexmap = "2.0.0"