Skip to content

Commit

Permalink
chore(deps): Bump dirs from 5.0.1 to 6.0.0
Browse files Browse the repository at this point in the history
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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Jan 13, 2025
1 parent a2d1302 commit 6ea5efd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 88 deletions.
106 changes: 20 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clap = { version = "4.5.23", features = ["derive"] }
console = { version = "0.15.10", features = ["windows-console-colors"] }
dashmap = { version = "6.1.0", features = ["rayon", "inline"] }
dialoguer = "0.11.0"
dirs = "5.0.1"
dirs = "6.0.0"
duct = "0.13.5"
env_logger = { version = "0.11.6" }
finl_unicode = { version = "1.3.0", default-features = false, features = [
Expand Down Expand Up @@ -157,5 +157,5 @@ which = { version = "7.0.1", default-features = false }

[dev-dependencies]

dirs = "5.0.1"
dirs = "6.0.0"
test-log = "0.2.16"

0 comments on commit 6ea5efd

Please sign in to comment.