From 64a1fae1764d5087a479074c486c8fa7a66b34ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:06:58 +0000 Subject: [PATCH] build(deps): update dirs requirement from 5.0.1 to 6.0.0 --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e652680a..0aa3b260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ async-lock = "3.3.0" async-std = "1.6.5" aws-lc-rs = { version = "1", features = ["bindgen"] } cc = "=1.1.15" -dirs = "5.0.1" +dirs = "6.0.0" futures = "0.3.30" hex = "0.4.2" http-types = "2.6.0"