Bump walkdir from 2.3.2 to 2.4.0 (#173)
This commit is contained in:
parent
88b2378862
commit
33707d67a5
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -846,12 +846,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "walkdir"
|
name = "walkdir"
|
||||||
version = "2.3.2"
|
version = "2.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"same-file",
|
"same-file",
|
||||||
"winapi",
|
|
||||||
"winapi-util",
|
"winapi-util",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ unicode-normalization = "0.1.22"
|
|||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
rstest = "0.18.2"
|
rstest = "0.18.2"
|
||||||
tempfile = "3.8.0"
|
tempfile = "3.8.0"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user