chore(deps): bump dirs from 5.0.1 to 6.0.0 in /v2

Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0.
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-17 22:11:02 +00:00
committed by GitHub
parent c4653b8bc6
commit 670910b622
2 changed files with 10 additions and 42 deletions
@@ -17,5 +17,5 @@ axum = { workspace = true }
tower-http = { workspace = true }
clap = { version = "4", features = ["derive"] }
chrono = "0.4"
dirs = "5"
dirs = "6"
reqwest = { version = "0.12", features = ["json"], default-features = false }