From 96497b411832cddf726598a8b9bee95376b3c02b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:09:22 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00aea77a..f898d764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustc-hash = "1.1" salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022", rev = "05b4e3ebdcdc47730cdd359e7e97fb2470527279" } serde = "1.0" text-size = "1.1" -toml = "0.8" +toml = "1.0" url = "2.5.0" walkdir = "2"