From 565a76365566ccb2393989c691e1be61377915aa Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:51:12 +0000 Subject: [PATCH] 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 d107c55..602a293 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ syn = "2" tap = "1.0.1" thiserror = "2" tokio = "1.49.0" -toml = "0.9.11" +toml = "1.0.1" tracing = "0.1.44" tracing-subscriber = "0.3.22" url = "2.5.8"