summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c0e125..a5dbba7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ anyhow = "1.0.102"
chrono = { version = "0.4.44", features = ["serde"] }
clap = { version = "4.6.0", features = ["derive", "wrap_help"] }
ctrlc = "3.5.2"
+digest-io = "0.1.0"
either = "1.15.0"
flate2 = "1.1.9"
hex = { version = "0.4.3", features = ["serde"] }
@@ -23,7 +24,7 @@ itertools = "0.14.0"
parseq = "0.1.5"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
-sha2 = "0.10.9"
+sha2 = "0.11.0"
walkdir = "2.5.0"
[target.'cfg(target_os = "openbsd")'.dependencies]
Generated by cgit. See skreutz.com for my tech blog and contact information.