diff options
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index ac05af77a..8e0e4d097 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -25,7 +25,9 @@ flate2 = { workspace = true, features = ["default"] } futures.workspace = true glob.workspace = true h2.workspace = true +h2_04 = { package = "h2", version = "0.4" } hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } +hyper1.workspace = true lazy-regex.workspace = true libc.workspace = true lsp-types.workspace = true |