From 0c8ae1688b0dacc155058070f128f78ae4c0038c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:03:29 +0000 Subject: [PATCH] Update webdriver-downloader requirement from 0.16 to 0.17 Updates the requirements on [webdriver-downloader](https://github.com/ik1ne/webdriver-downloader) to permit the latest version. - [Commits](https://github.com/ik1ne/webdriver-downloader/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: webdriver-downloader dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly_static/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index 39b3b5f8..358bbd14 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -42,7 +42,7 @@ tokio = { version = "1", features = ["full"] } anyhow = "1.0" dirs = "6.0" zip = "8.0" -webdriver-downloader = "0.16" +webdriver-downloader = "0.17" # Needed for docs.rs to build the documentation [package.metadata.docs.rs]