build(deps): bump the app group with 1 update (#7525)
Bumps the app group with 1 update: [toml](https://github.com/toml-rs/toml). - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.8) --- updated-dependencies: - dependency-name: toml 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
e5a2f307a8
commit
733b89b972
12
Cargo.lock
12
Cargo.lock
|
|
@ -4461,9 +4461,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.7.6"
|
||||
version = "0.7.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
||||
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
|
|
@ -4482,9 +4482,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.19.14"
|
||||
version = "0.19.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
||||
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"serde",
|
||||
|
|
@ -5645,7 +5645,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.8",
|
||||
"toml 0.7.6",
|
||||
"toml 0.7.8",
|
||||
"tower",
|
||||
"tracing",
|
||||
"tracing-error",
|
||||
|
|
@ -5843,7 +5843,7 @@ dependencies = [
|
|||
"tinyvec",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml 0.7.6",
|
||||
"toml 0.7.8",
|
||||
"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.6"
|
||||
toml = "0.7.8"
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ indexmap = "2.0.0"
|
|||
lazy_static = "1.4.0"
|
||||
semver = "1.0.18"
|
||||
serde = { version = "1.0.188", features = ["serde_derive"] }
|
||||
toml = "0.7.6"
|
||||
toml = "0.7.8"
|
||||
|
||||
futures = "0.3.28"
|
||||
rayon = "1.7.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue