From 44df670fa3dd695fa23918d1c0e289380fcc2e1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 05:53:55 +0000 Subject: [PATCH] chore(deps): update rust crate fs_extra to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5320e669a..009870caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -280,7 +280,7 @@ exacl = "0.9.0" file_diff = "1.0.0" filetime = "0.2" fnv = "1.0.7" -fs_extra = "1.1.0" +fs_extra = "1.3.0" fts-sys = "0.2" fundu = "0.4.3" gcd = "2.2"