From 17878bc8816a315de5cbc2d9346fe2e1210ac8e8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 19 Dec 2025 04:55:05 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80b5ca3..7ec85ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ tokio = { version = "1.37.0", features = ["full"] } tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = "0.3.18" serde_toml = "0.0.1" -toml = { version = "0.8.12", features = ["preserve_order"] } +toml = { version = "0.9.0", features = ["preserve_order"] } tokio-scoped = "0.2.0"