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"