From 59443b4f4d51a37f2efa34d8d8b6ee472964a19e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:53:41 +0000 Subject: [PATCH] chore(ci): Update Rust crate toml-span to 0.7.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1422b55ea..0678af98d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10612,9 +10612,9 @@ dependencies = [ [[package]] name = "toml-span" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6532e5b62b652073bff0e2050ef57e4697a853be118d6c57c32b59fffdeaab" +checksum = "f22ba417d437b5fa5dcba6c27dbd6c14f38845315b724d89fed73b7a426451b7" dependencies = [ "serde", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index 9d2cb6a925..97b372fd9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ thiserror = "2.0.12" tokio = "1.43.0" tokio-util = "0.7.13" toml = "0.9.8" -toml-span = "0.6.0" +toml-span = "0.7.0" toml_edit = "0.23.0" tracing = "0.1.41" xz2 = "0.1.7"