Skip to content

Commit 428295d

Browse files
dependabot[bot]andrei-ng
authored andcommitted
Update zip requirement from 4.0 to 5.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@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4f02e1 commit 428295d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "4.0"
33+
zip = "5.0"
3434
directories = ">=4, <7"

plotly_static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ clap = { version = "4.0", features = ["derive"] }
4141
tokio = { version = "1", features = ["full"] }
4242
anyhow = "1.0"
4343
dirs = "6.0"
44-
zip = "4.0"
44+
zip = "5.0"
4545
webdriver-downloader = "0.16"
4646

4747
# Needed for docs.rs to build the documentation

0 commit comments

Comments
 (0)