From a0f3b0795e125a3fe4d269ae2ac012ee98f32bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:05:10 +0000 Subject: [PATCH] build(deps): update dirs requirement from 6.0 to 7.0 Updates the requirements on dirs to permit the latest version. --- updated-dependencies: - dependency-name: dirs dependency-version: 7.0.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 953e21fd..9f32930b 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -40,7 +40,7 @@ clap = { version = "4.0", features = ["derive"] } [build-dependencies] tokio = { version = "1", features = ["full"] } anyhow = "1.0" -dirs = "6.0" +dirs = "7.0" zip = "8.0" webdriver-downloader = "0.17"