diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index dbd17df16..01668b1a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1771,9 +1771,15 @@ dependencies = [ "deno_net", "deno_tls", "fastwebsockets 0.5.0", + "fastwebsockets 0.6.0", "h2 0.3.22", + "h2 0.4.0", "http 0.2.11", + "http 1.0.0", + "http-body-util", "hyper 0.14.27", + "hyper 1.1.0", + "hyper-util", "once_cell", "rustls-tokio-stream", "serde", |