summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-06-23 16:39:14 +0200
committerGitHub <noreply@github.com>2024-06-23 16:39:14 +0200
commit973d186e8f655e96dc7fb214e130fec81a78f550 (patch)
tree4fb45342baa32c5b1f9a227c74012b93db0b2553 /Cargo.toml
parent416df1e895d6dad4ac90814ef7c41e14c03696d0 (diff)
chore: use sha1 crate, not sha-1 (#24306)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55c9f1a4f..cbc04d80d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -160,6 +160,7 @@ serde = { version = "1.0.149", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.85"
serde_repr = "=0.1.16"
+sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.8", features = ["oid"] }
signature = "2.1"
slab = "0.4"