diff --git a/Cargo.lock b/Cargo.lock index 7239d1a083a..d18bf458996 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4051,9 +4051,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.7+spec-1.1.0" +version = "1.1.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96" +checksum = "f8195ca05e4eb728f4ba94f3e3291661320af739c4e43779cbdfae82ab239fcc" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 328f9e57362..debc6f0c3ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ test-strategy = "0.4.5" thiserror = "2.0.18" tokio = "1.50.0" tokio-stream = "0.1.18" -toml = "1.0.7" +toml = "1.1.0" toml_edit = "0.25.8" tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", default-features = false, features = ["std", "tracing-log", "fmt"] }