aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-cli/Cargo.toml')
-rw-r--r--fatcat-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-cli/Cargo.toml b/fatcat-cli/Cargo.toml
index af64986..2fbb35a 100644
--- a/fatcat-cli/Cargo.toml
+++ b/fatcat-cli/Cargo.toml
@@ -39,7 +39,7 @@ chrono-humanize = "*"
tempfile = "3"
indicatif = "0.16"
url = "*"
-sha1 = { version = "*", features = ["std"] }
+sha1_smol = { version = "1", features = ["std"] }
crossbeam-channel = "0.5"
[package.metadata.deb]