diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-27 17:59:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-27 11:59:57 -0500 |
| commit | c2414db1f68d27db8ca6f192f0ff877f1394164c (patch) | |
| tree | 528da9796f400557204bfdb8e4d44d64173036ce /ext/fetch/Cargo.toml | |
| parent | 33acd437f52b418a8413a302dd8902abad2eabec (diff) | |
refactor: simplify hyper, http, h2 deps (#21715)
Main change is that:
- "hyper" has been renamed to "hyper_v014" to signal that it's legacy
- "hyper1" has been renamed to "hyper" and should be the default
Diffstat (limited to 'ext/fetch/Cargo.toml')
| -rw-r--r-- | ext/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 24d20b048..af4af29a6 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -19,7 +19,7 @@ data-url.workspace = true deno_core.workspace = true deno_tls.workspace = true dyn-clone = "1" -http.workspace = true +http_v02.workspace = true pin-project.workspace = true reqwest.workspace = true serde.workspace = true |
