Skip to content

Commit 61b1ae7

Browse files
Update Rust crate walkdir to 2.4.0
1 parent d60e1ba commit 61b1ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ structopt = "0.3.26"
3131
tempfile = "3.3.0"
3232
thiserror = "1.0.30"
3333
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
34-
walkdir = "2.3.2"
34+
walkdir = "2.4.0"
3535

3636
[features]

0 commit comments

Comments
 (0)