From dc238cc00f83fdb995e537862f736a8c31ccf5aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:00:25 +0000 Subject: [PATCH] fix(deps): update rust crate toml to v1.0.3 (#1034) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba6d4ac..bad8b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2581,9 +2581,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.2+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1dfefef6a142e93f346b64c160934eb13b5594b84ab378133ac6815cb2bd57f" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 46e4e49..d02b3a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ smallvec = { version = "=1.15.1", features = [ strum = { version = "=0.27.2", features = ["derive"], optional = true } tokio = { version = "=1.49.0", features = ["fs", "parking_lot", "signal"] } tokio-util = "=0.7.18" -toml = { version = "=1.0.2", default-features = false, features = [ +toml = { version = "=1.0.3", default-features = false, features = [ "parse", "serde", "std",