Skip to content

Commit

Permalink
build(deps): bump dirs from 4.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [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 Dec 19, 2023
1 parent 0e41f95 commit 0c0cf63
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 0c0cf63

Please sign in to comment.