summaryrefslogtreecommitdiff
path: root/ext/flash
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flash')
-rw-r--r--ext/flash/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml
index 4912da27d..580a7c2b2 100644
--- a/ext/flash/Cargo.toml
+++ b/ext/flash/Cargo.toml
@@ -19,7 +19,7 @@ deno_tls = { version = "0.53.0", path = "../tls" }
# For HTTP/2 and websocket upgrades
deno_websocket = { version = "0.71.0", path = "../websocket" }
http = "0.2.6"
-httparse = "1.7"
+httparse = "1.8"
libc = "0.2"
log = "0.4.17"
mio = { version = "0.8.1", features = ["os-poll", "net"] }