From aee3409c60ce09f5ac7d4fc05cfa2fa38930167e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 24 Feb 2023 13:45:03 -0800 Subject: [PATCH] chore: Update fs_extra to fix future incompatibility warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes ‘warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0’ from ‘cargo build’. https://github.com/webdesus/fs_extra/pull/38 Signed-off-by: Anders Kaseorg --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbcc2ccc927..c3f614a04b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,9 +575,9 @@ dependencies = [ [[package]] name = "fs_extra" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" +checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fst"