From 9300211b252578db148fa5e470da58775877c93f Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Fri, 19 Dec 2025 01:14:24 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.9.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d0778f79..62790fb08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -214,7 +214,7 @@ eula = false [dependencies] anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } -toml = "0.8" +toml = "0.9.10" tokio = { version = "1.42", features = ["full"] } reqwest = { version = "0.12", default-features = false, features = [ "blocking",