From a04ddf0f449c8e359ad6f1ce2b8ee6a801824263 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 6 Feb 2025 04:19:15 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8.20 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6719801d63e..f3eec14499b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3412,9 +3412,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ "indexmap 2.7.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1d773e5ec68..da1271b26c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ test-strategy = "0.4.0" thiserror = "2.0.11" tokio = "1.43.0" tokio-stream = "0.1.17" -toml = "0.8.19" +toml = "0.8.20" toml_edit = "0.22.23" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }