diff --git a/Cargo.toml b/Cargo.toml index 5ae731806e..7671068277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ miette = { version = "7.6.0" } minijinja = "2.7.0" nix = { version = "0.29.0", default-features = false } once_cell = "1.20.3" -ordermap = "0.5.7" +ordermap = "1.0.0" parking_lot = "0.12.4" pathdiff = "0.2.3" pep440_rs = "0.7.3" @@ -203,7 +203,7 @@ uv-workspace = { git = "https://github.com/astral-sh/uv", tag = "0.8.5" } which = "8.0.0" winapi = { version = "0.3.9", default-features = false } xxhash-rust = "0.8.15" -zip = { version = "2.4.2", default-features = false } +zip = { version = "6.0.0", default-features = false } zstd = { version = "0.13.3", default-features = false } [patch.crates-io]