From 941de8b849f3754e786d3b1269bbe69b8f3e44bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:05:28 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00aea77..7cb8e1e 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 = "0.9" url = "2.5.0" walkdir = "2"