Skip to content

Commit

Permalink
chore: update to dirs 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 31, 2025
1 parent 40a6b89 commit 38d6766
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
27 changes: 19 additions & 8 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 @@ -36,7 +36,7 @@ clap_complete = "4.5.41"
mockito = { version = "0.31.1", optional = true }
textwrap = "0.16.1"
which = "7.0.1"
dirs = "5.0.1"
dirs = "6"
volta-migrate = { path = "crates/volta-migrate" }

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ detect-indent = "0.1"
envoy = "0.1.3"
mockito = { version = "0.31.1", optional = true }
regex = "1.11.1"
dirs = "5.0.1"
dirs = "6"
# We manually configure the feature list here because 0.4.16 includes the
# `oldtime` feature by default to avoid a breaking change. Additionally, using
# the feature list explicitly lets us drop the `wasmbind` feature, which we do
Expand Down

0 comments on commit 38d6766

Please sign in to comment.