bump walkdir from 2.3.2 to 2.3.3 (#2460)
* bump walkdir from 2.3.2 to 2.3.3 Build was failing on windows due to walkdir matching . as any folder starting with . instead of as the cwd. * change name in CONTRIBUTORS * change name back in CONTRIBUTORS
This commit is contained in:
parent
5613113ff4
commit
c691c9bcf6
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -4405,12 +4405,11 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
||||
|
||||
[[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",
|
||||
]
|
||||
|
||||
|
@ -15,6 +15,6 @@ itertools = "0.10.5"
|
||||
lazy_static = "1.4.0"
|
||||
maplit = "1.0.2"
|
||||
num_cpus = "1.15.0"
|
||||
walkdir = "2.3.2"
|
||||
walkdir = "2.3.3"
|
||||
which = "4.3.0"
|
||||
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }
|
||||
|
@ -19,5 +19,5 @@ plist = "1.4.0"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
simple-file-manifest = "0.11.0"
|
||||
walkdir = "2.3.2"
|
||||
walkdir = "2.3.3"
|
||||
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }
|
||||
|
@ -14,5 +14,5 @@ camino = "1.1.2"
|
||||
clap = { version = "4.1.1", features = ["derive"] }
|
||||
glob = "0.3.1"
|
||||
tugger-windows-codesign = "0.10.0"
|
||||
walkdir = "2.3.2"
|
||||
walkdir = "2.3.3"
|
||||
workspace-hack = { version = "0.1", path = "../../../tools/workspace-hack" }
|
||||
|
Loading…
Reference in New Issue
Block a user