From f996de6a2d151768580b0662c9cb9dcb44e5212d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 18 Jan 2026 04:20:33 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 33fabc8..6544824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,18 +17,18 @@ clap = { version = "4.5.23", features = ["derive", "env"] } dotenvy = { version = "0.15.7" } url = { version = "2.5.0" } serde_yaml = { version = "0.9.34+deprecated" } -yaml-rust2 = { version = "0.8.0" } +yaml-rust2 = { version = "0.11.0" } serde = { version = "1", features = ["derive"] } semver = "1.0.22" conventional_commit_parser = "0.9.4" tempdir = "0.3.7" -reqwest = { version = "0.12.3" } +reqwest = { version = "0.13.0" } git-cliff-core = "2.7.0" regex = "1.10.4" chrono = "0.4.37" lazy_static = "1.4.0" parse-changelog = "0.6.6" -toml_edit = "0.22.9" +toml_edit = "0.24.0" tracing-test = "0.2" pretty_assertions = "1.4"