diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-03-13 19:17:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 08:17:23 +0000 |
| commit | 5cfa03ceca396b1c21a826cb44a984329cf35078 (patch) | |
| tree | b1fae2dafbb53aeff0a3b973c39d6a6bbe03415c /ext/crypto | |
| parent | 6e6c316c9d3950cd23cb28af41b0525695438c3c (diff) | |
fix(ext/node): initial `crypto.createPublicKey()` support (#22509)
Closes #21807
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
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 89447cb8a..7369e0a84 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -39,7 +39,7 @@ serde_bytes.workspace = true sha1 = { version = "0.10.6", features = ["oid"] } sha2.workspace = true signature.workspace = true -spki = "0.7.2" +spki.workspace = true tokio.workspace = true uuid.workspace = true x25519-dalek = "2.0.0" |
