summaryrefslogtreecommitdiff
path: root/ext/crypto
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-03-28 21:46:48 +0900
committerGitHub <noreply@github.com>2023-03-28 21:46:48 +0900
commit4358ab2d848cc6ba363f42e5f5b5b898b656db05 (patch)
treed4dc7dc75cbed3fdb794b508450cc6903d120c8f /ext/crypto
parente5b2815b3943cd39038bba00da462082c6988e6e (diff)
fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)
Diffstat (limited to 'ext/crypto')
-rw-r--r--ext/crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 8313f0089..c9fa4be53 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -39,7 +39,7 @@ serde.workspace = true
serde_bytes.workspace = true
sha1 = { version = "0.10.5", features = ["oid"] }
sha2.workspace = true
-signature = "1.6.4"
+signature.workspace = true
spki = "0.6.0"
tokio.workspace = true
uuid.workspace = true