From 9cd0577a8396bbd1196999c1de2aff333d0fbbe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:17:49 +0000 Subject: [PATCH] build(deps): bump toml from 0.8.10 to 0.8.11 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 754ff7ba..cc266a48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.11", "tracing", "tracing-subscriber", ] @@ -342,7 +342,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "toml 0.8.10", + "toml 0.8.11", "tracing", ] @@ -365,7 +365,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "toml 0.8.10", + "toml 0.8.11", "tracing", "tracing-subscriber", "tracing-test", @@ -1117,7 +1117,7 @@ dependencies = [ "rust-ini", "serde", "serde_json", - "toml 0.8.10", + "toml 0.8.11", "yaml-rust", ] @@ -1719,7 +1719,7 @@ dependencies = [ "serde", "serde_json", "syn 2.0.52", - "toml 0.8.10", + "toml 0.8.11", "walkdir", ] @@ -1968,7 +1968,7 @@ dependencies = [ "atomic", "pear", "serde", - "toml 0.8.10", + "toml 0.8.11", "uncased", "version_check", ] @@ -5378,14 +5378,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.6", + "toml_edit 0.22.7", ] [[package]] @@ -5434,9 +5434,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 614c4a11..2b66e7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ ethers = { version = "2.0.14" } serde = { version = "1.0.197", features = ["derive"] } serde_json = { version = "1.0.114" } -toml = "0.8.10" +toml = "0.8.11" tokio = { version = "1.36.0", features = ["macros", "full"] } futures = "0.3.30"