From f92e68aaade1794f8ba99dc67c7fc8869948d328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:11:16 -0400 Subject: [PATCH] Bump toml from 0.7.7 to 0.7.8 (#1709) Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8) --- 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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c53eaaeff0..b74a031ce6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2656,7 +2656,7 @@ dependencies = [ "surf-disco", "time 0.3.28", "tokio", - "toml 0.7.7", + "toml 0.7.8", "tracing", "typenum", ] @@ -2914,7 +2914,7 @@ dependencies = [ "tide", "tide-disco 0.4.1 (git+https://github.com/EspressoSystems/tide-disco.git?tag=v0.4.1)", "tokio", - "toml 0.7.7", + "toml 0.7.8", "tracing", ] @@ -6651,7 +6651,7 @@ dependencies = [ "tagged-base64 0.2.4", "tide", "tide-websockets", - "toml 0.7.7", + "toml 0.7.8", "tracing", "tracing-distributed", "tracing-futures", @@ -6845,9 +6845,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", diff --git a/Cargo.toml b/Cargo.toml index 3e39a01ea7..cc985000ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ serde = { version = "1.0.188", features = ["derive"] } snafu = "0.7.5" surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.4.2" } time = "0.3.28" -toml = "0.7.7" +toml = "0.7.8" tracing = "0.1.37" typenum = "1.16.0" libp2p = { package = "libp2p", version = "0.52.3", features = [