summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-04-24 12:57:34 -0400
committerGitHub <noreply@github.com>2024-04-24 16:57:34 +0000
commitb60822f6e0e3c1f3e360657cfb67c114df2e7032 (patch)
tree45f0551b2fc3812e09add5167953af63e1bc1238 /tests
parentb424959d3e2554a83dd6a7a9c8837805a3d9ae65 (diff)
chore: use deno_unsync through deno_core (#23532)
Diffstat (limited to 'tests')
-rw-r--r--tests/util/server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util/server/Cargo.toml b/tests/util/server/Cargo.toml
index 15a182a78..a321501b8 100644
--- a/tests/util/server/Cargo.toml
+++ b/tests/util/server/Cargo.toml
@@ -19,7 +19,7 @@ async-stream = "0.3.3"
base64.workspace = true
bytes.workspace = true
console_static_text.workspace = true
-deno_unsync = "0.3.0"
+deno_unsync = "0"
denokv_proto.workspace = true
fastwebsockets.workspace = true
flate2 = { workspace = true, features = ["default"] }