diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 405c7a27..a9747e30 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,6 +8,6 @@ description = "Project automation helpers for the regorus workspace" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } regex = "1.11" -toml_edit = "0.22" +toml_edit = "0.25" semver = "1.0" -zip = { version = "0.6", default-features = false, features = ["deflate"] } +zip = { version = "8.2", default-features = false, features = ["deflate"] }