From b60822f6e0e3c1f3e360657cfb67c114df2e7032 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 24 Apr 2024 12:57:34 -0400 Subject: chore: use deno_unsync through deno_core (#23532) --- tests/util/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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"] } -- cgit v1.2.3