Skip to content

Commit

Permalink
Merge pull request #190 from edomora97/dependabot/cargo/walkdir-2.4.0
Browse files Browse the repository at this point in the history
Bump walkdir from 2.3.3 to 2.4.0
  • Loading branch information
dp1 authored Oct 23, 2023
2 parents 75a37e9 + 884a172 commit 4d46505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -72,7 +72,7 @@ lazy_static = "1.4"
# General iterator utilities
itertools = "0.10"
# Iterate recursively the files in a directory (used for `task-maker-tools reset`)
walkdir = "2.3"
walkdir = "2.4"
# defer! macro
scopeguard = "1.0"
# URL parsing for connecting to a remote server
Expand Down

0 comments on commit 4d46505

Please sign in to comment.