Skip to content

Commit

Permalink
Merge pull request #1505 from volta-cli/dependabot/cargo/dirs-5.0.1
Browse files Browse the repository at this point in the history
build(deps): bump dirs from 4.0.0 to 5.0.1
  • Loading branch information
chriskrycho authored Dec 19, 2023
2 parents 0e41f95 + 0c0cf63 commit 6a2bc4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 38 deletions.
41 changes: 5 additions & 36 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 @@ -34,7 +34,7 @@ mockito = { version = "0.31.1", optional = true }
test-support = { path = "crates/test-support" }
textwrap = "0.16.0"
which = "4.4.0"
dirs = "4.0.0"
dirs = "5.0.1"
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 @@ -32,7 +32,7 @@ detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", bran
envoy = "0.1.3"
mockito = { version = "0.31.1", optional = true }
regex = "1.7.1"
dirs = "5.0.0"
dirs = "5.0.1"
chrono = "0.4.23"
validate-npm-package-name = { path = "../validate-npm-package-name" }
textwrap = "0.16.0"
Expand Down

0 comments on commit 6a2bc4d

Please sign in to comment.