build(deps): bump the app group with 3 updates (#7551)
Bumps the app group with 3 updates: [clap](https://github.com/clap-rs/clap), [toml](https://github.com/toml-rs/toml) and [vergen](https://github.com/rustyhorde/vergen). Updates `clap` from 4.4.2 to 4.4.3 - [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.4.2...v4.4.3) Updates `toml` from 0.7.8 to 0.8.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0) Updates `vergen` from 8.2.4 to 8.2.5 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.4...8.2.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: app - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: app - dependency-name: vergen 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> Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
c2764c8c1b
commit
a7501c16b1
47
Cargo.lock
47
Cargo.lock
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"arc-swap",
|
||||
"backtrace",
|
||||
"canonical-path",
|
||||
"clap 4.4.2",
|
||||
"clap 4.4.3",
|
||||
"color-eyre",
|
||||
"fs-err",
|
||||
"once_cell",
|
||||
|
@ -765,9 +765,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.4.2"
|
||||
version = "4.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
|
||||
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -935,7 +935,7 @@ dependencies = [
|
|||
"anes",
|
||||
"cast",
|
||||
"ciborium",
|
||||
"clap 4.4.2",
|
||||
"clap 4.4.3",
|
||||
"criterion-plot",
|
||||
"is-terminal",
|
||||
"itertools 0.10.5",
|
||||
|
@ -1598,11 +1598,11 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.17.2"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
||||
checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.4.0",
|
||||
"libc",
|
||||
"libgit2-sys",
|
||||
"log",
|
||||
|
@ -2268,9 +2268,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|||
|
||||
[[package]]
|
||||
name = "libgit2-sys"
|
||||
version = "0.15.2+1.6.4"
|
||||
version = "0.16.1+1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
||||
checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -3067,7 +3067,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"toml_edit",
|
||||
"toml_edit 0.19.15",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4467,14 +4467,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.7.8"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
||||
checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"toml_edit",
|
||||
"toml_edit 0.20.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4491,6 +4491,17 @@ name = "toml_edit"
|
|||
version = "0.19.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"toml_datetime",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"serde",
|
||||
|
@ -4961,9 +4972,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|||
|
||||
[[package]]
|
||||
name = "vergen"
|
||||
version = "8.2.4"
|
||||
version = "8.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7"
|
||||
checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"git2",
|
||||
|
@ -5651,7 +5662,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.8",
|
||||
"toml 0.7.8",
|
||||
"toml 0.8.0",
|
||||
"tower",
|
||||
"tracing",
|
||||
"tracing-error",
|
||||
|
@ -5814,7 +5825,7 @@ dependencies = [
|
|||
"abscissa_core",
|
||||
"atty",
|
||||
"chrono",
|
||||
"clap 4.4.2",
|
||||
"clap 4.4.3",
|
||||
"color-eyre",
|
||||
"console-subscriber",
|
||||
"dirs",
|
||||
|
@ -5850,7 +5861,7 @@ dependencies = [
|
|||
"tinyvec",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml 0.7.8",
|
||||
"toml 0.8.0",
|
||||
"tonic 0.10.0",
|
||||
"tonic-build",
|
||||
"tower",
|
||||
|
|
|
@ -91,7 +91,7 @@ proptest-derive = "0.4.0"
|
|||
|
||||
static_assertions = "1.1.0"
|
||||
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
|
||||
toml = "0.7.8"
|
||||
toml = "0.8.0"
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
|
|
@ -153,14 +153,14 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.29" }
|
|||
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.29", optional = true }
|
||||
|
||||
abscissa_core = "0.7.0"
|
||||
clap = { version = "4.4.2", features = ["cargo"] }
|
||||
clap = { version = "4.4.3", features = ["cargo"] }
|
||||
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std"] }
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = "2.0.0"
|
||||
lazy_static = "1.4.0"
|
||||
semver = "1.0.18"
|
||||
serde = { version = "1.0.188", features = ["serde_derive"] }
|
||||
toml = "0.7.8"
|
||||
toml = "0.8.0"
|
||||
|
||||
futures = "0.3.28"
|
||||
rayon = "1.7.0"
|
||||
|
@ -223,7 +223,7 @@ proptest-derive = { version = "0.4.0", optional = true }
|
|||
console-subscriber = { version = "0.1.10", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8.2.4", default-features = false, features = ["cargo", "git", "git2", "rustc"] }
|
||||
vergen = { version = "8.2.5", default-features = false, features = ["cargo", "git", "git2", "rustc"] }
|
||||
|
||||
# test feature lightwalletd-grpc-tests
|
||||
tonic-build = { version = "0.10.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue