summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-04-07 22:54:16 +0530
committerGitHub <noreply@github.com>2023-04-07 22:54:16 +0530
commita0dd0cbcb99ae0e78aeb8493cf7d43b01e0faf55 (patch)
tree2baf48c837ee145798d53f731c4dbaa6fc883ab3 /ext/node/Cargo.toml
parent5d9172467eee8cdceefa944199459ddd410f7388 (diff)
fix(ext/node): add X509Certificate (#18625)
Towards #18455
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"