From 9bee63241e5f57eb2c83fff55e63ba54a6428f1b Mon Sep 17 00:00:00 2001 From: Maarten van Heusden <50550545+mmvanheusden@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:09:34 +0100 Subject: [PATCH] chore(deps): update to DepotDownloader v3.0.0 --- src-tauri/src/depotdownloader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/depotdownloader.rs b/src-tauri/src/depotdownloader.rs index a895dfba..f620cd25 100644 --- a/src-tauri/src/depotdownloader.rs +++ b/src-tauri/src/depotdownloader.rs @@ -6,7 +6,7 @@ use std::path::PathBuf; use std::{fs, io}; use std::{io::Write, path::Path}; -pub static DEPOTDOWNLOADER_VERSION: &str = "2.7.4"; +pub static DEPOTDOWNLOADER_VERSION: &str = "3.0.0"; /**