diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-08-31 11:24:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 11:24:38 +0200 |
commit | b8933b1b5693bc0d59febfae4b9db5f4558be071 (patch) | |
tree | 209e6514e97a274f2f60879b4b8ac2ab59c0e67e /ext/flash | |
parent | adec4f575eb19a48cefe451ce3962a6a4754e3ba (diff) |
chore: upgrade httparse to 1.8 (#15699)
Diffstat (limited to 'ext/flash')
-rw-r--r-- | ext/flash/Cargo.toml | 2 |
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"] } |