Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6326fc

Browse files
dependabot[bot]andrei-ng
authored andcommittedMay 26, 2025··
Update zip requirement from 3.0 to 4.0
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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 819fd2f commit d6326fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plotly_kaleido/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ base64 = "0.22"
3030
plotly_kaleido = { path = ".", features = ["download"] }
3131

3232
[build-dependencies]
33-
zip = "3.0"
33+
zip = "4.0"
3434
directories = ">=4, <7"

0 commit comments

Comments
 (0)
Please sign in to comment.