diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-04 09:59:25 +0530 |
|---|---|---|
| committer | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-05 06:40:35 -0800 |
| commit | 5202f5460db793df198ea2751a5aebeaf67521af (patch) | |
| tree | efb3a7845911474524e3d03468dd7f7deb40e56d /ext/crypto/Cargo.toml | |
| parent | 46faf37ec06c19e1163a57157f6a21eaafe9f5d2 (diff) | |
chore(ext/crypto): upgrade ec crates
Diffstat (limited to 'ext/crypto/Cargo.toml')
| -rw-r--r-- | ext/crypto/Cargo.toml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index d02bf58a3..5921beee6 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -25,22 +25,21 @@ ctr = "0.9.1" curve25519-dalek = "4.1.1" deno_core.workspace = true deno_web.workspace = true -elliptic-curve = { version = "0.12.1", features = ["std", "pem"] } +elliptic-curve = { version = "0.13.1", features = ["std", "pem"] } num-traits = "0.2.14" once_cell.workspace = true -p256 = { version = "0.11.1", features = ["ecdh"] } -p384 = "0.11.1" +p256 = { version = "0.13.2", features = ["ecdh"] } +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.5", features = ["oid"] } +sha1 = { version = "0.10.6", features = ["oid"] } sha2.workspace = true signature.workspace = true -spki = "0.6.0" +spki = "0.7.2" tokio.workspace = true uuid.workspace = true -# https://github.com/dalek-cryptography/x25519-dalek/pull/89 -x25519-dalek = "2.0.0-pre.1" +x25519-dalek = "2.0.0" |
