diff --git a/Cargo.lock b/Cargo.lock index bf16d82..4d27725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2852,9 +2852,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.10+spec-1.1.0" +version = "0.9.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" +checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" dependencies = [ "indexmap 2.12.1", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 3dba388..b9248d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ syn = "2" tap = "1.0.1" thiserror = "2" tokio = "1.49.0" -toml = "0.9.10" +toml = "0.9.11" tracing = "0.1.44" tracing-subscriber = "0.3.22" url = "2.5.8"