From a7c784f21db1e06ffda136131fccc368da844338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 23:41:16 +0000 Subject: [PATCH] build(deps): bump toml from 0.7.1 to 0.7.2 (#6120) Bumps [toml](https://github.com/toml-rs/toml) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.1...toml-v0.7.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... 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 44aaf876..9f134391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4406,9 +4406,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772c1426ab886e7362aedf4abc9c0d1348a979517efedfc25862944d10137af0" +checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" dependencies = [ "serde", "serde_spanned", @@ -4427,9 +4427,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.1" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e" +checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5" dependencies = [ "indexmap", "nom8", @@ -5571,7 +5571,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util 0.7.4", - "toml 0.7.1", + "toml 0.7.2", "tower", "tracing", "tracing-error", @@ -5759,7 +5759,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-stream", - "toml 0.7.1", + "toml 0.7.2", "tonic", "tonic-build", "tower", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 4150b9f1..ca7fe031 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -58,7 +58,7 @@ proptest-derive = "0.3.0" static_assertions = "1.1.0" tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] } -toml = "0.7.1" +toml = "0.7.2" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c3a4a3d4..f0fe4b71 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -106,7 +106,7 @@ humantime-serde = "1.1.1" indexmap = "1.9.2" lazy_static = "1.4.0" serde = { version = "1.0.152", features = ["serde_derive"] } -toml = "0.7.1" +toml = "0.7.2" futures = "0.3.26" rayon = "1.6.1"