From 57b4fdace021fb2dc486dbfb715526def83d3616 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 20 Jan 2026 01:23:18 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/cuddle-ci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuddle-ci/Cargo.toml b/crates/cuddle-ci/Cargo.toml index 083c915..237b2cd 100644 --- a/crates/cuddle-ci/Cargo.toml +++ b/crates/cuddle-ci/Cargo.toml @@ -24,7 +24,7 @@ serde_yaml.workspace = true serde.workspace = true tracing = {version = "0.1.40", features = ["log"]} chrono = {version = "0.4.38"} -toml = "0.8.12" +toml = "0.9.0" [dev-dependencies] pretty_assertions = "1.4.0"