Skip to content

Commit

Permalink
build(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 Jan 13, 2025
1 parent b3b609a commit d84a6be
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 85 deletions.
113 changes: 29 additions & 84 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ camino = "1.1" # utf-8 paths
cargo_metadata = "0.19.1" # resolving Cargo manifest metadata (consider `guppy`!)
clap = { version = "4.5.26", features = ["derive"] } # parse CLI arguments
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
dirs = "5.0.1" # common directories
dirs = "6.0.0" # common directories
indicatif = "0.17.9" # UI
once_cell = "1.20.2" # lazy data structures and thunking
owo-colors = "4.1.0" # color support for the terminal
Expand Down

0 comments on commit d84a6be

Please sign in to comment.