diff --git a/plotly_kaleido/Cargo.toml b/plotly_kaleido/Cargo.toml index 0d6ca55c..ca1cfa31 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 = "7.0" +zip = "8.0" directories = ">=4, <7" diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index 0c355eba..39b3b5f8 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 = "7.0" +zip = "8.0" webdriver-downloader = "0.16" # Needed for docs.rs to build the documentation