Skip to content

Commit

Permalink
chore(deps): bump zip-extract to 0.2.0 (#161)
Browse files Browse the repository at this point in the history
* chore(deps): bump zip-extract to 0.2.0

* fix: zip feature flags

* fix: features
  • Loading branch information
DaniPopes committed Sep 3, 2024
1 parent 6162a5e commit 792ebb5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 154 deletions.
173 changes: 21 additions & 152 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ tokio = { version = "1.38.0", features = [
toml_edit = { version = "0.22.15", features = ["serde"] }
uuid = { version = "1.10.0", features = ["serde", "v4"] }
yansi = "1.0.1"
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
zip-extract = "0.1.3"
zip = { version = "2", default-features = false, features = ["deflate"] }
zip-extract = { version = "0.2.1", default-features = false, features = [
"deflate",
"bzip2",
] }

[dev-dependencies]
mockito = "1.4.0"
Expand Down

0 comments on commit 792ebb5

Please sign in to comment.