Skip to content

Commit

Permalink
build(deps): bump walkdir from 2.3.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.4.0.
- [Commits](BurntSushi/walkdir@2.3.2...2.4.0)

---
updated-dependencies:
- dependency-name: walkdir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 6a2bc4d commit c6c8f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ textwrap = "0.16.0"
is-terminal = "0.4.7"
log = { version = "0.4", features = ["std"] }
ctrlc = "3.2.5"
walkdir = "2.3.2"
walkdir = "2.4.0"
volta-layout = { path = "../volta-layout" }
once_cell = "1.17.0"
dunce = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tempfile = "3.8.1"
semver = { git = "https://github.com/mikrostew/semver", branch = "new-parser" }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde = { version = "1.0.174", features = ["derive"] }
walkdir = "2.3.2"
walkdir = "2.4.0"

0 comments on commit c6c8f98

Please sign in to comment.