diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-09 07:15:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 16:15:46 +0100 |
commit | ee7fd0a2127e6a435023bf9a43de60130117697d (patch) | |
tree | 7c8333c03bec64f7a0668c1908611d946202d3bb /ext/crypto | |
parent | 09dc5f36d9e69c5bf8acccd5e7e1a77f69209d95 (diff) |
chore(ext/crypto): bump signature to 2.1 (#21125)
Diffstat (limited to 'ext/crypto')
-rw-r--r-- | ext/crypto/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 5921beee6..f24c89659 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -33,7 +33,6 @@ p384 = "0.13.0" rand.workspace = true ring = { workspace = true, features = ["std"] } rsa.workspace = true -sec1 = "0.3.0" serde.workspace = true serde_bytes.workspace = true sha1 = { version = "0.10.6", features = ["oid"] } |