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:
parent
bce8e1a842
commit
7625e0b49f
18
Cargo.lock
18
Cargo.lock
|
@ -12,7 +12,7 @@ dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"canonical-path",
|
"canonical-path",
|
||||||
"clap 4.3.16",
|
"clap 4.3.19",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"fs-err",
|
"fs-err",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -744,9 +744,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.3.16"
|
version = "4.3.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d"
|
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
|
@ -755,9 +755,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.3.16"
|
version = "4.3.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843"
|
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
|
@ -916,7 +916,7 @@ dependencies = [
|
||||||
"anes",
|
"anes",
|
||||||
"cast",
|
"cast",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
"clap 4.3.16",
|
"clap 4.3.19",
|
||||||
"criterion-plot",
|
"criterion-plot",
|
||||||
"is-terminal",
|
"is-terminal",
|
||||||
"itertools 0.10.5",
|
"itertools 0.10.5",
|
||||||
|
@ -3541,9 +3541,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rlimit"
|
name = "rlimit"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9b5b8be0bc0ef630d24f8fa836b3a3463479b2343b29f9a8fa905c71a8c7b69b"
|
checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
@ -5750,7 +5750,7 @@ dependencies = [
|
||||||
"abscissa_core",
|
"abscissa_core",
|
||||||
"atty",
|
"atty",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.3.16",
|
"clap 4.3.19",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"console-subscriber",
|
"console-subscriber",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|
|
@ -54,7 +54,7 @@ lazy_static = "1.4.0"
|
||||||
metrics = "0.21.1"
|
metrics = "0.21.1"
|
||||||
mset = "0.1.1"
|
mset = "0.1.1"
|
||||||
regex = "1.9.1"
|
regex = "1.9.1"
|
||||||
rlimit = "0.10.0"
|
rlimit = "0.10.1"
|
||||||
rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] }
|
rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] }
|
||||||
semver = "1.0.18"
|
semver = "1.0.18"
|
||||||
serde = { version = "1.0.168", features = ["serde_derive"] }
|
serde = { version = "1.0.168", features = ["serde_derive"] }
|
||||||
|
|
|
@ -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 }
|
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.28", optional = true }
|
||||||
|
|
||||||
abscissa_core = "0.7.0"
|
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"] }
|
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
|
||||||
humantime-serde = "1.1.1"
|
humantime-serde = "1.1.1"
|
||||||
indexmap = "2.0.0"
|
indexmap = "2.0.0"
|
||||||
|
|
Loading…
Reference in New Issue