diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-25 17:38:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 17:38:48 +0100 |
| commit | d1f4d81dcf6a03463d82a89d058337acecca0588 (patch) | |
| tree | 365f60f53e0caa59dc3718e37ec67a8deb7eba11 /Cargo.lock | |
| parent | 60da9d493c97fdfa026d163f80ddc25ee01a6e57 (diff) | |
refactor: use hyper 1.0 in WS test server (#21698)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index a031494c2..dbd17df16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5983,13 +5983,16 @@ dependencies = [ "console_static_text", "denokv_proto", "fastwebsockets 0.5.0", + "fastwebsockets 0.6.0", "flate2", "futures", "glob", "h2 0.3.22", "h2 0.4.0", + "http 1.0.0", "hyper 0.14.27", "hyper 1.1.0", + "hyper-util", "lazy-regex", "libc", "lsp-types", |
