Skip to content

Commit a7384fa

Browse files
authored
Merge pull request #2015 from volta-cli/dependabot/cargo/dirs-6.0.0
build(deps): bump dirs from 5.0.1 to 6.0.0
2 parents b6f500a + d205029 commit a7384fa

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

Cargo.lock

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clap_complete = "4.5.46"
3636
mockito = { version = "0.31.1", optional = true }
3737
textwrap = "0.16.1"
3838
which = "7.0.1"
39-
dirs = "5.0.1"
39+
dirs = "6.0.0"
4040
volta-migrate = { path = "crates/volta-migrate" }
4141

4242
[target.'cfg(windows)'.dependencies]

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ detect-indent = "0.1"
3030
envoy = "0.1.3"
3131
mockito = { version = "0.31.1", optional = true }
3232
regex = "1.11.1"
33-
dirs = "5.0.1"
33+
dirs = "6.0.0"
3434
# We manually configure the feature list here because 0.4.16 includes the
3535
# `oldtime` feature by default to avoid a breaking change. Additionally, using
3636
# the feature list explicitly lets us drop the `wasmbind` feature, which we do

0 commit comments

Comments
 (0)