Skip to content

Commit

Permalink
Merge pull request #1604 from volta-cli/dependabot/cargo/walkdir-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho authored Dec 20, 2023
2 parents eee04c8 + b016dff commit 5d43b5b
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 5d43b5b

Please sign in to comment.