diff --git a/Cargo.lock b/Cargo.lock index 17d6b38..14fb34b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,16 +454,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "kernel32-sys" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -dependencies = [ - "winapi", - "winapi-build", -] - [[package]] name = "lazy_static" version = "1.5.0" @@ -741,12 +731,11 @@ dependencies = [ [[package]] name = "same-file" -version = "0.1.3" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ - "kernel32-sys", - "winapi", + "winapi-util", ] [[package]] @@ -829,13 +818,12 @@ dependencies = [ [[package]] name = "walkdir" -version = "1.0.7" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ - "kernel32-sys", "same-file", - "winapi", + "winapi-util", ] [[package]] @@ -900,16 +888,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] -name = "winapi" -version = "0.2.8" +name = "winapi-util" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" - -[[package]] -name = "winapi-build" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +dependencies = [ + "windows-sys 0.59.0", +] [[package]] name = "windows-core" diff --git a/Cargo.toml b/Cargo.toml index 7ee2426..57cbd21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ clap_complete_nushell = "4.4" dunce = "1.0.4" fs4 = { version = "0.10.0", features = ["sync"] } fs_extra = "1.3" -walkdir = "1" +walkdir = "2" [dev-dependencies] assert_cmd = "1.0"