From 1923d2bdc31cd34b8cd807ed1593e39188225a87 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 13 Jan 2024 05:21:15 +0100 Subject: Use tokio::fs instead of std::fs to enable async file operations (fixes #445) --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 50466c6..8e7371a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,6 +1769,7 @@ dependencies = [ "strum", "tar", "thiserror", + "tokio", "url", "zip", ] -- cgit v1.2.3