Skip to content

Commit

Permalink
examples/remote-settings-cli/ need only depend on zip 2.1
Browse files Browse the repository at this point in the history
2.1 is in moz-central (https://searchfox.org/mozilla-central/rev/48556b26b96a32672caa46b9abb6d56c234cd84f/Cargo.lock#7571-7572)
so let's try and avoid this crate forcing an update there.
  • Loading branch information
mhammond committed Dec 4, 2024
1 parent 041e9cb commit d3a5b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remote-settings-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tokio = { version = "1.29.1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
thiserror = "1.0.31"
walkdir = "2.4.0"
zip = "2.2.1"
zip = "2.1"
sha2 = "^0.10"

0 comments on commit d3a5b91

Please sign in to comment.