From 8e6f4bf7e1854fd7ad0b0cfe810638c56b8229a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:11:23 +0000 Subject: [PATCH] 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](https://github.com/zip-rs/zip2/compare/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] --- plotly_kaleido/Cargo.toml | 2 +- plotly_static/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plotly_kaleido/Cargo.toml b/plotly_kaleido/Cargo.toml index 65fb87e7..2f28e3e3 100644 --- a/plotly_kaleido/Cargo.toml +++ b/plotly_kaleido/Cargo.toml @@ -30,5 +30,5 @@ base64 = "0.22" plotly_kaleido = { path = ".", features = ["download"] } [build-dependencies] -zip = "4.0" +zip = "5.0" directories = ">=4, <7" diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index 0da576b1..cd2835fb 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -41,7 +41,7 @@ clap = { version = "4.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } anyhow = "1.0" dirs = "6.0" -zip = "4.0" +zip = "5.0" webdriver-downloader = "0.16" # Needed for docs.rs to build the documentation