From 63080cb784cd05ca315b7e5ed054413f0600847f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:24:44 +0000 Subject: [PATCH] Update Rust crate dirs to v6 --- holding/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..3e28388 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0" maintenance = {status = "actively-developed,experimental"} [dependencies] -dirs = "4.0" +dirs = "6.0" url = "2.2" hyper = "0.12" hyper-tls = "0.3"