Skip to content

Commit 3c3cbe2

Browse files
committed
update dependencies
1 parent 49bc1d5 commit 3c3cbe2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashguard"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
edition = "2021"
55
description = "Command-Line tool for ensuring the integrity of files using hash sums"
66
authors = ["javaLux"]
@@ -26,7 +26,7 @@ percent-encoding = "2.3.1"
2626
regex = { version = "1.11.1", default-features = false, features = ["unicode"] }
2727
dirs = "6.0.0"
2828
simplelog = "0.12.2"
29-
ureq = "3.0.9"
29+
ureq = "3.0.10"
3030
url = { version = "2.5.4", default-features = false }
3131
anyhow = "1.0.97"
3232

src/download.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ fn handle_download_result(start_time: Instant, written_bytes: usize) {
294294
"Download finished - Processed file size: {}",
295295
utils::convert_bytes_to_human_readable(written_bytes)
296296
);
297-
297+
298298
// calculate the total download time
299299
let total_duration = end - start_time;
300300

0 commit comments

Comments
 (0)