From c29b52a381ce518eb6110cfcb4354e5c41678c07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 05:56:43 +0000 Subject: [PATCH] chore(deps): update rust crate walkdir to 2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 062e74e93..94b10cce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -325,7 +325,7 @@ time = { version="0.3" } unicode-segmentation = "1.10.1" unicode-width = "0.1.10" utf-8 = "0.7.6" -walkdir = "2.2" +walkdir = "2.3" winapi-util = "0.1.5" windows-sys = { version="0.42.0", default-features=false } xattr = "0.2.3"