diff options
Diffstat (limited to 'ext/crypto')
-rw-r--r-- | ext/crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index e1fc16275..418394584 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -35,7 +35,7 @@ ring = { workspace = true, features = ["std"] } rsa.workspace = true serde.workspace = true serde_bytes.workspace = true -sha1 = { version = "0.10.6", features = ["oid"] } +sha1.workspace = true sha2.workspace = true signature.workspace = true spki.workspace = true |