From 034c2cb44b3bb168340414a3a4ec987754c89562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:31:45 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62398926c..bf3e91dc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ tokio = { version = "1.36.0", features = [ ] } tokio-stream = "0.1.17" tokio-util = { version = "0.7.15", features = ["rt"] } -toml = "0.8.10" +toml = "0.9.0" tower = "0.5.2" tower-http = "0.6.2" http = "1.3"