From 136b86306d9743d2d9f24c41f35fcbaa4d13c83d Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Tue, 16 Sep 2025 01:56:51 +0100 Subject: [PATCH] Remove walkdir dependency --- Cargo.lock | 11 ----------- src/elan-dist/Cargo.toml | 1 - 2 files changed, 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ed0148..9cbae78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,6 @@ dependencies = [ "time", "toml", "url", - "walkdir", "winapi 0.3.9", "winreg 0.8.0", "zip", @@ -2135,16 +2134,6 @@ dependencies = [ "libc", ] -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - [[package]] name = "want" version = "0.3.1" diff --git a/src/elan-dist/Cargo.toml b/src/elan-dist/Cargo.toml index 7d07413..5e5e6c4 100644 --- a/src/elan-dist/Cargo.toml +++ b/src/elan-dist/Cargo.toml @@ -17,7 +17,6 @@ url = "2.2.1" tar = "0.4.33" flate2 = "1.0.14" zstd = "0.12" -walkdir = "2.3.1" toml = "0.5.8" sha2 = "0.9.3" remove_dir_all = "0.8.0"