From 6f6b13300ef35120952717bbaab3b0e18b69ea1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 15:42:59 +0000 Subject: [PATCH] build(deps): bump toml from 0.5.10 to 0.5.11 (#6011) Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.5.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1fee6d5..0eff27d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4355,9 +4355,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 5fd48e99..afda108a 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.24.2", features = ["full", "tracing", "test-util"] } -toml = "0.5.10" +toml = "0.5.11" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 98aa37e6..bef5a617 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.5.10" +toml = "0.5.11" futures = "0.3.25" rayon = "1.6.1"