summaryrefslogtreecommitdiff
path: root/ext/http/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-14 19:43:33 +0100
committerGitHub <noreply@github.com>2023-12-14 18:43:33 +0000
commitc481ff7d816a709d19a82a5818e9da7ab7af0db0 (patch)
treec3040cd7f91581bd3798e02e28e84838d6136bf4 /ext/http/Cargo.toml
parent8d269efbc2826955d853421a6d52cdcdcaf8e577 (diff)
refactor(ext/http): fork fly_accept_encodings crate (#21586)
Blocks update to Hyper 1.0. It's a really small library, no need to pull it as a dependency. Blocker for #21583
Diffstat (limited to 'ext/http/Cargo.toml')
-rw-r--r--ext/http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 8426b9e14..fe4ed0c97 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -31,11 +31,11 @@ deno_core.workspace = true
deno_net.workspace = true
deno_websocket.workspace = true
flate2.workspace = true
-fly-accept-encoding = "0.2.0"
http.workspace = true
httparse.workspace = true
hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] }
hyper1 = { package = "hyper", features = ["full"], version = "=1.0.0-rc.4" }
+itertools = "0.10"
memmem.workspace = true
mime = "0.3.16"
once_cell.workspace = true