Skip to content

Commit d22e25f

Browse files
Update zip requirement from 0.5.13 to 1.1.3 (#196)
* Update zip requirement from 0.5.13 to 1.1.3 --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrei Gherghescu <[email protected]> * remove zip from dev-dependencies Signed-off-by: Andrei Gherghescu <[email protected]> * make zip version requirement independent of patch Signed-off-by: Andrei Gherghescu <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrei Gherghescu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrei Gherghescu <[email protected]>
1 parent 2dc0cb5 commit d22e25f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plotly_kaleido/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ base64 = "0.13.0"
2121
dunce = "1.0.2"
2222
directories = ">=4, <6"
2323

24-
[dev-dependencies]
25-
zip = "0.5.13"
26-
2724
[build-dependencies]
28-
zip = "0.5.13"
25+
zip = "1.1"
2926
directories = ">=4, <6"

0 commit comments

Comments
 (0)