summaryrefslogtreecommitdiff
path: root/ext/http/Cargo.toml
diff options
context:
space:
mode:
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 cc3dfc49b..d325d8d6c 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -26,7 +26,7 @@ cache_control = "0.2.0"
deno_core = { version = "0.134.0", path = "../../core" }
deno_websocket = { version = "0.57.0", path = "../websocket" }
flate2 = "1.0.23"
-fly-accept-encoding = "0.2.0-alpha.5"
+fly-accept-encoding = "0.2.0"
hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] }
mime = "0.3.16"
percent-encoding = "2.1.0"