Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit b427a32

Browse files
Update zip requirement from 2.1 to 4.5
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [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.1.0...v4.5.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d977787 commit b427a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ model = { path = "../model" }
88
parser = { path = "../parser" }
99

1010
glob = "0.3.1"
11-
zip = { version = "2.1", default-features = false, features = ["deflate"] }
11+
zip = { version = "4.5", default-features = false, features = ["deflate"] }
1212
anyhow = "1.0"
1313
log = "0.4.17"
1414
tracing = "0.1.41"

0 commit comments

Comments
 (0)