diff --git a/Cargo.lock b/Cargo.lock index 05e6ee11a..624816509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3464,7 +3464,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "uuid", "walkdir", @@ -3516,7 +3516,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "unicode-segmentation", "uuid", ] @@ -3589,7 +3589,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "tracing-appender", "tracing-subscriber", @@ -3666,7 +3666,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "tree-sitter", "tree-sitter-c", @@ -3734,7 +3734,7 @@ dependencies = [ "tera", "thiserror 2.0.18", "tokio", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -3777,7 +3777,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 1.0.0+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "tree-sitter", "tree-sitter-c", @@ -7454,9 +7454,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.0+spec-1.1.0" +version = "1.0.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d7e18e3dd1d31e0ee5e863a8091ffec2fcc271636586042452b656a22c8ee1" +checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" dependencies = [ "indexmap 2.13.0", "serde_core", @@ -7522,9 +7522,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.7+spec-1.1.0" +version = "1.0.8+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" +checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc" dependencies = [ "winnow", ]