From 0a84ec20544831dd75b2340d75792fa2b2f81750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:54:09 +0000 Subject: [PATCH] chore(deps): update rust crate walkdir to 2.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 608d8ece54..1524929050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3245,9 +3245,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index 22bbb483c3..c156286e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -328,7 +328,7 @@ time = { version = "0.3" } unicode-segmentation = "1.11.0" unicode-width = "0.1.11" utf-8 = "0.7.6" -walkdir = "2.4" +walkdir = "2.5" winapi-util = "0.1.6" windows-sys = { version = "0.48.0", default-features = false } xattr = "1.3.1"