diff options
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"] } |