From 52e8c590e2550fff50b6d002cb2f9aa2cc95cd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:31:47 +0000 Subject: [PATCH] deps(deps): bump toml in the cargo-minor-patch group Bumps the cargo-minor-patch group with 1 update: [toml](https://github.com/toml-rs/toml). Updates `toml` from 1.0.0+spec-1.1.0 to 1.0.1+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.0...toml-v1.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.1+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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", ]