diff --git a/Cargo.lock b/Cargo.lock index ba6857f..c902a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,12 +512,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index b3b940d..6189595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ git2 = { version = "0.16.1", default-features = false, features = ["vendored-lib serde = { version = "1.0.156", default-features = false, features = ["derive"] } serde_derive = "1.0.156" toml = "0.7.3" -walkdir = "2.3.2" +walkdir = "2.3.3" [badges] maintenance = { status = "actively-developed" }