From b8933b1b5693bc0d59febfae4b9db5f4558be071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 31 Aug 2022 11:24:38 +0200 Subject: chore: upgrade httparse to 1.8 (#15699) --- ext/flash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/flash') 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"] } -- cgit v1.2.3