chore(deps): update dependencies

This commit is contained in:
Maarten van Heusden
2024-10-22 21:14:54 +02:00
parent 85af1a555f
commit 984f5a66d3

View File

@@ -7,7 +7,7 @@ use crate::get_os;
use reqwest;
use sha256;
pub static DEPOTDOWNLOADER_VERSION: &str = "2.7.2";
pub static DEPOTDOWNLOADER_VERSION: &str = "2.7.3";
pub fn calc_checksum(path: &Path) -> io::Result<String> {
let bytes = fs::read(path)?;