From 793c0fd82776c48e3b52d4a243dc29473302a5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:09:57 +0000 Subject: [PATCH] build(deps): Bump toml from 0.8.4 to 0.8.6 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.4 to 0.8.6. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.4...toml-v0.8.6) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ef9edb..1a526af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ef75d881185fd2df4a040793927c153d863651108a93c7e17a9e591baa95cc6" +checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc" dependencies = [ "serde", "serde_spanned", @@ -792,9 +792,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.4" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380f9e8120405471f7c9ad1860a713ef5ece6a670c7eae39225e477340f32fc4" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index d9a9b3f..8cde39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,6 @@ serde_json = "1.0.108" tokio = { version = "1.33.0", features = ["full"] } tokio-fd = "0.3.0" tokio-util = "0.7.9" -toml = "0.8.2" +toml = "0.8.6" tracing = "0.1.40" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }