summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r--ext/node/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index e74cf3805..d87a2f91d 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -16,6 +16,7 @@ path = "lib.rs"
[dependencies]
aes.workspace = true
cbc.workspace = true
+data-encoding = "2.3.3"
deno_core.workspace = true
digest = { version = "0.10.5", features = ["core-api", "std"] }
ecb.workspace = true
@@ -43,3 +44,4 @@ sha3 = "0.10.5"
signature.workspace = true
tokio.workspace = true
typenum = "1.15.0"
+x509-parser = "0.15.0"