diff --git a/Cargo.lock b/Cargo.lock index a6928422c37..9962f5f3d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ dependencies = [ "ron", "serde", "serde_json", - "toml 0.9.0", + "toml 0.9.2", "winnow", ] @@ -2153,7 +2153,7 @@ dependencies = [ "thiserror 2.0.12", "tokio", "tokio-stream", - "toml 0.8.23", + "toml 0.9.2", "toml_edit 0.23.1", "tracing", "tracing-subscriber", @@ -3645,9 +3645,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f271e09bde39ab52250160a67e88577e0559ad77e9085de6e9051a2c4353f8f8" +checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" dependencies = [ "indexmap 2.10.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index eac033312a9..99dd7a5ea84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ test-strategy = "0.4.3" thiserror = "2.0.12" tokio = "1.46.1" tokio-stream = "0.1.17" -toml = "0.8.23" +toml = "0.9.2" toml_edit = "0.23.1" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] }