Merge pull request #2309 from AleoHQ/dependabot/cargo/testnet3/walkdir-2.3.3

Bump walkdir from 2.3.2 to 2.3.3
This commit is contained in:
d0cd 2023-03-21 13:43:58 -07:00 committed by GitHub
commit e6a099947c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View File

@ -3625,12 +3625,11 @@ dependencies = [
[[package]]
name = "walkdir"
version = "2.3.2"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]