From f55001898718dbda0f96e29cab4c7fc830bdfa31 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 16:38:16 +0000 Subject: [PATCH] Updated toml to 1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f186668..749cb13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_yaml = "0.9" strip-ansi-escapes = "0.2" tempfile = "3" tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] } -toml = "1.0.6" +toml = "1.0.7" uuid = { version = "1.22.0", features = ["v4", "serde"] } tokio-tungstenite = "0.29.0" walkdir = "2.5.0"