diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index a172e0c1e..42e21306f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,7 +958,7 @@ dependencies = [ "env_logger", "eszip", "fancy-regex", - "fastwebsockets", + "fastwebsockets 0.5.0", "flaky_test", "flate2", "fs3", @@ -1612,13 +1612,18 @@ dependencies = [ "deno_webstorage", "dlopen2", "encoding_rs", - "fastwebsockets", + "fastwebsockets 0.5.0", + "fastwebsockets 0.6.0", "filetime", "flate2", "fs3", "fwdansi", "http 0.2.11", + "http 1.0.0", + "http-body-util", "hyper 0.14.27", + "hyper 1.1.0", + "hyper-util", "libc", "log", "netif", @@ -1765,7 +1770,7 @@ dependencies = [ "deno_core", "deno_net", "deno_tls", - "fastwebsockets", + "fastwebsockets 0.5.0", "h2 0.3.22", "http 0.2.11", "hyper 0.14.27", @@ -2354,6 +2359,25 @@ dependencies = [ ] [[package]] +name = "fastwebsockets" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f63dd7b57f9b33b1741fa631c9522eb35d43e96dcca4a6a91d5e4ca7c93acdc1" +dependencies = [ + "base64 0.21.5", + "http-body-util", + "hyper 1.1.0", + "hyper-util", + "pin-project", + "rand", + "sha1", + "simdutf8", + "thiserror", + "tokio", + "utf-8", +] + +[[package]] name = "fd-lock" version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -5958,7 +5982,7 @@ dependencies = [ "bytes", "console_static_text", "denokv_proto", - "fastwebsockets", + "fastwebsockets 0.5.0", "flate2", "futures", "glob", |