From c691c9bcf63fdc6fef3b7e091ba49a78876c308c Mon Sep 17 00:00:00 2001 From: Kieran Black Date: Tue, 28 Mar 2023 21:54:27 -0400 Subject: [PATCH] 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 --- Cargo.lock | 5 ++--- build/ninja_gen/Cargo.toml | 2 +- qt/bundle/mac/Cargo.toml | 2 +- qt/bundle/win/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fefadd0f..4ede682cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/build/ninja_gen/Cargo.toml b/build/ninja_gen/Cargo.toml index 8336e685b..4ceee3697 100644 --- a/build/ninja_gen/Cargo.toml +++ b/build/ninja_gen/Cargo.toml @@ -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" } diff --git a/qt/bundle/mac/Cargo.toml b/qt/bundle/mac/Cargo.toml index 01b61ec01..c901e2525 100644 --- a/qt/bundle/mac/Cargo.toml +++ b/qt/bundle/mac/Cargo.toml @@ -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" } diff --git a/qt/bundle/win/Cargo.toml b/qt/bundle/win/Cargo.toml index f5fd25d98..69736da85 100644 --- a/qt/bundle/win/Cargo.toml +++ b/qt/bundle/win/Cargo.toml @@ -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" }