summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
authorhaturau <135221985+haturatu@users.noreply.github.com>2024-11-20 01:20:47 +0900
committerGitHub <noreply@github.com>2024-11-20 01:20:47 +0900
commit85719a67e59c7aa45bead26e4942d7df8b1b42d4 (patch)
treeface0aecaac53e93ce2f23b53c48859bcf1a36ec /ext/node/Cargo.toml
parent67697bc2e4a62a9670699fd18ad0dd8efc5bd955 (diff)
parent186b52731c6bb326c4d32905c5e732d082e83465 (diff)
Merge branch 'denoland:main' into main
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r--ext/node/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index c5f07210b..36910a844 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.108.0"
+version = "0.114.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -22,6 +22,7 @@ aes.workspace = true
async-trait.workspace = true
base64.workspace = true
blake2 = "0.10.6"
+boxed_error.workspace = true
brotli.workspace = true
bytes.workspace = true
cbc.workspace = true
@@ -94,6 +95,7 @@ spki.workspace = true
stable_deref_trait = "1.2.0"
thiserror.workspace = true
tokio.workspace = true
+tokio-eld = "0.2"
url.workspace = true
webpki-root-certs.workspace = true
winapi.workspace = true