aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-10-20 15:56:12 -0700
committerBryan Newbold <bnewbold@archive.org>2022-10-20 15:56:14 -0700
commitb718cae7b4755b40a6aeee16a2ee5d19d5a38d63 (patch)
treee2c1590d267b2131d39061bdb4d5f9bd738847f6 /fatcat-cli/Cargo.toml
parent402b8e27c8c39ef856ffc583799072ed70cdb0a6 (diff)
downloadfatcat-cli-b718cae7b4755b40a6aeee16a2ee5d19d5a38d63.tar.gz
fatcat-cli-b718cae7b4755b40a6aeee16a2ee5d19d5a38d63.zip
update 'sha1' crate to 'sha1_smol'
The current 'sha1' crate is a new implementationn, the old implementation was renamed to sha1_smol.
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]