diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-04-24 12:57:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 16:57:34 +0000 |
commit | b60822f6e0e3c1f3e360657cfb67c114df2e7032 (patch) | |
tree | 45f0551b2fc3812e09add5167953af63e1bc1238 /tests | |
parent | b424959d3e2554a83dd6a7a9c8837805a3d9ae65 (diff) |
chore: use deno_unsync through deno_core (#23532)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/util/server/Cargo.toml | 2 |
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"] } |