From 3d61120b2bc27e87b5ecb696a0f85e09f3948d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 03:13:57 +0000 Subject: [PATCH] chore(deps): update dirs requirement from 5 to 6 Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f97ee63..698dd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1" regex = "1" reqwest = { version = "0.11", features = ["json"] } base64 = "0.21" -dirs = "5" +dirs = "6" chrono = "0.4" strum = "0.25" strum_macros = "0.25" diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index e5dc208..3807af7 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -28,7 +28,7 @@ regex.workspace = true reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2", "charset"] } futures = "0.3" base64 = "0.22" -dirs = "5" +dirs = "6" chrono = { version = "0.4", features = ["serde"] } strum = "0.26" strum_macros = "0.26"