From 7b8dcb171a8c45a58c79f72c8e6a57c0404a8e49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 09:28:18 +0000 Subject: [PATCH] fix(deps): update cargo major upgrades --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2fb4afc..d4fa03e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,11 @@ clap = { version = "4.5", features = ["derive", "env"] } # Config parsing serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } -toml = "0.9" +toml = "1.0" serde_yaml = "0.9" regex = "1" chrono = { version = "0.4", features = ["serde"] } -zip = "7" +zip = "8" flate2 = { version = "1.0", features = ["zlib"] } tar = "0.4" sha2 = "0.10"