From 733b89b972093927d3d809afdc2f0bc895660e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:58:40 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 664f8fb7..d525788b 100644 --- a/Cargo.lock +++ b/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", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index d00318cc..6647cbaa 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -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/" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 823545b6..cf3262f2 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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"