diff options
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"] } |