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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 23:50:15 +00:00 committed by GitHub
parent bce8e1a842
commit 7625e0b49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -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",

View File

@ -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"] }

View File

@ -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"