Skip to content

Commit 2ea0be1

Browse files
Update webdriver-downloader requirement from 0.16 to 0.17 (#429)
Updates the requirements on [webdriver-downloader](https://github.com/ik1ne/webdriver-downloader) to permit the latest version. - [Commits](ik1ne/webdriver-downloader@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9722338 commit 2ea0be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly_static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tokio = { version = "1", features = ["full"] }
4242
anyhow = "1.0"
4343
dirs = "6.0"
4444
zip = "8.0"
45-
webdriver-downloader = "0.16"
45+
webdriver-downloader = "0.17"
4646

4747
# Needed for docs.rs to build the documentation
4848
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)