Skip to content

Commit

Permalink
Bump zip from 2.2.1 to 2.2.2 (#1875)
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 5bd5fad commit 48dd945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ term_size = "0.3.2"
url = { version = "2.5.4", features = ["serde"] }
wasm-opt = { version = "=0.116.1", default-features = false }
which = "7.0.0"
zip = { version = "2.2.1", default-features = false }
zip = { version = "2.2.2", default-features = false }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1"
Expand All @@ -57,7 +57,7 @@ uzers = "0.12"
[build-dependencies]
anyhow = "1.0.94"
walkdir = "2.5.0"
zip = { version = "2.2.1", default-features = false }
zip = { version = "2.2.2", default-features = false }

[dev-dependencies]
pretty_assertions = "1.4.1"
Expand Down

0 comments on commit 48dd945

Please sign in to comment.