diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 14:32:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 14:32:21 +0100 |
| commit | 8fbac6739545d1d874eb1af0b2b9dddff576786c (patch) | |
| tree | cd0c32251546dc491eea1c0a7fd9d4f758a1623e /Cargo.lock | |
| parent | 753777b4affb6020739b4f74932a278f6f8afcce (diff) | |
refactor: change cli/ to use hyper 1.1 (#21705)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock index 01668b1a3..2a7d188de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,16 +958,20 @@ dependencies = [ "env_logger", "eszip", "fancy-regex", - "fastwebsockets 0.5.0", + "fastwebsockets", "flaky_test", "flate2", "fs3", "fwdansi", "glibc_version", "glob", + "h2 0.4.0", "hex", "http 0.2.11", - "hyper 0.14.27", + "http 1.0.0", + "http-body-util", + "hyper 1.1.0", + "hyper-util", "import_map", "indexmap 2.1.0", "jsonc-parser", @@ -1612,8 +1616,7 @@ dependencies = [ "deno_webstorage", "dlopen2", "encoding_rs", - "fastwebsockets 0.5.0", - "fastwebsockets 0.6.0", + "fastwebsockets", "filetime", "flate2", "fs3", @@ -1770,14 +1773,10 @@ dependencies = [ "deno_core", "deno_net", "deno_tls", - "fastwebsockets 0.5.0", - "fastwebsockets 0.6.0", - "h2 0.3.22", + "fastwebsockets", "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", @@ -2349,23 +2348,6 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fastwebsockets" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c35f166afb94b7f8e9449d0ad866daca111ba4053f3b1960bb480ca4382c63" -dependencies = [ - "base64 0.21.5", - "hyper 0.14.27", - "pin-project", - "rand", - "sha1", - "simdutf8", - "thiserror", - "tokio", - "utf-8", -] - -[[package]] -name = "fastwebsockets" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f63dd7b57f9b33b1741fa631c9522eb35d43e96dcca4a6a91d5e4ca7c93acdc1" @@ -5988,8 +5970,7 @@ dependencies = [ "bytes", "console_static_text", "denokv_proto", - "fastwebsockets 0.5.0", - "fastwebsockets 0.6.0", + "fastwebsockets", "flate2", "futures", "glob", |
