From d071b3c9481ca718ef25a5a5eeeee3e892c5b121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:41:30 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate toml to v1 --- Cargo.toml | 2 +- crates/lib/metadata/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2fddb8b6d..9a26ebecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tempfile = "3.1.0" test-case = "3.0.0" thiserror = "2.0.3" tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros", "process", "sync"] } -toml = "0.9.2" +toml = "1.0.0" tracing = "0.1.37" url = { version = "2.1.1", features = ["serde"] } walkdir = "2" diff --git a/crates/lib/metadata/Cargo.toml b/crates/lib/metadata/Cargo.toml index 5fb8cb9fe..663319ec8 100644 --- a/crates/lib/metadata/Cargo.toml +++ b/crates/lib/metadata/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] serde = { version = "1.0", features = ["derive"] } thiserror = "2" -toml = "0.9" +toml = "1.0" [lints] workspace = true From 5ce77b37efc3a85e23479430e612bc4499608d7e Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Mon, 16 Feb 2026 12:26:19 +0100 Subject: [PATCH 2/2] update lockfile --- Cargo.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55ebccd01..2654ad70b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,7 +2055,7 @@ dependencies = [ "test-case", "thiserror 2.0.18", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tracing", "tracing-log", ] @@ -2524,7 +2524,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", "tower", "tower-http", "tracing", @@ -2539,7 +2539,7 @@ version = "0.1.0" dependencies = [ "serde", "thiserror 2.0.18", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.1+spec-1.1.0", ] [[package]] @@ -8506,10 +8506,12 @@ version = "1.0.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbe30f93627849fa362d4a602212d41bb237dc2bd0f8ba0b2ce785012e124220" dependencies = [ + "indexmap 2.13.0", "serde_core", "serde_spanned", "toml_datetime 1.0.0+spec-1.1.0", "toml_parser", + "toml_writer", "winnow", ]