From 990f93f1b2ae29a223010e4189dc04faa94e1a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:34:36 +0100 Subject: [PATCH] Bump toml from 0.7.8 to 0.8.8 (#3782) Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.8) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- crates/relayer-rest/Cargo.toml | 2 +- crates/relayer/Cargo.toml | 2 +- tools/integration-test/Cargo.toml | 2 +- tools/test-framework/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecfd52a978..43cf677b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,7 +1372,7 @@ dependencies = [ "tendermint", "tendermint-rpc", "time", - "toml 0.7.8", + "toml 0.8.8", "tonic", ] @@ -1454,7 +1454,7 @@ dependencies = [ "tiny-keccak", "tokio", "tokio-stream", - "toml 0.7.8", + "toml 0.8.8", "tonic", "tracing", "tracing-subscriber", @@ -1513,7 +1513,7 @@ dependencies = [ "reqwest", "serde", "tokio", - "toml 0.7.8", + "toml 0.8.8", "tracing", ] @@ -1594,7 +1594,7 @@ dependencies = [ "subtle-encoding", "tendermint-rpc", "tokio", - "toml 0.7.8", + "toml 0.8.8", "tonic", "tracing", "tracing-subscriber", @@ -3543,9 +3543,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.8" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ "serde", "serde_spanned", @@ -3564,9 +3564,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ "indexmap 2.1.0", "serde", diff --git a/crates/relayer-rest/Cargo.toml b/crates/relayer-rest/Cargo.toml index 4b1002d2db..a5e7066646 100644 --- a/crates/relayer-rest/Cargo.toml +++ b/crates/relayer-rest/Cargo.toml @@ -25,4 +25,4 @@ tokio = "1.26" [dev-dependencies] reqwest = { version = "0.11.16", features = ["json"], default-features = false } -toml = "0.7.3" +toml = "0.8.8" diff --git a/crates/relayer/Cargo.toml b/crates/relayer/Cargo.toml index c140520be9..1a6db3787f 100644 --- a/crates/relayer/Cargo.toml +++ b/crates/relayer/Cargo.toml @@ -29,7 +29,7 @@ humantime-serde = "1.1.1" serde = "1.0" serde_derive = "1.0" thiserror = "1.0.40" -toml = "0.7" +toml = "0.8" tracing = "0.1.36" tokio = { version = "1.0", features = ["rt-multi-thread", "time", "sync"] } serde_json = { version = "1" } diff --git a/tools/integration-test/Cargo.toml b/tools/integration-test/Cargo.toml index 203e2387dc..96aa5aa997 100644 --- a/tools/integration-test/Cargo.toml +++ b/tools/integration-test/Cargo.toml @@ -20,7 +20,7 @@ ibc-test-framework = { path = "../test-framework" } http = "0.2.9" serde_json = "1" time = "0.3" -toml = "0.7" +toml = "0.8" prost = { version = "0.12" } tonic = { version = "0.10", features = ["tls", "tls-roots"] } serde = "1.0.195" diff --git a/tools/test-framework/Cargo.toml b/tools/test-framework/Cargo.toml index e344f19bd3..8a380f5f7d 100644 --- a/tools/test-framework/Cargo.toml +++ b/tools/test-framework/Cargo.toml @@ -32,7 +32,7 @@ serde = "1.0" serde_json = "1" serde_yaml = "0.9.16" itertools = "0.10" -toml = "0.7" +toml = "0.8" subtle-encoding = "0.5.1" sha2 = "0.10.6" crossbeam-channel = "0.5.11"