diff options
| author | Luca Casonato <hello@lcas.dev> | 2022-05-05 12:41:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 12:41:59 +0200 |
| commit | 242273e69b5f5add23393e8e96e241696eae88fb (patch) | |
| tree | 2605cc3d7728c14c8c81c0a79337658577825fbf /ext/http | |
| parent | e04f1f1f34656aed0faac88d63314726235cf4b8 (diff) | |
chore: update deps (#14416)
Diffstat (limited to 'ext/http')
| -rw-r--r-- | ext/http/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 68b94284e..b8773e3f6 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -18,23 +18,23 @@ name = "compressible" harness = false [dependencies] -async-compression = { version = "0.3.1", features = ["tokio", "brotli", "gzip"] } +async-compression = { version = "0.3.12", features = ["tokio", "brotli", "gzip"] } base64 = "0.13.0" -brotli = "3.3.3" +brotli = "3.3.4" bytes = "1" cache_control = "0.2.0" deno_core = { version = "0.132.0", path = "../../core" } deno_websocket = { version = "0.55.0", path = "../websocket" } -flate2 = "1.0.22" +flate2 = "1.0.23" fly-accept-encoding = "0.2.0-alpha.5" -hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] } +hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] } mime = "0.3.16" percent-encoding = "2.1.0" phf = { version = "0.10", features = ["macros"] } ring = "0.16.20" -serde = { version = "1.0.129", features = ["derive"] } +serde = { version = "1.0.136", features = ["derive"] } tokio = { version = "1.17", features = ["full"] } -tokio-util = { version = "0.7.0", features = ["io"] } +tokio-util = { version = "0.7.1", features = ["io"] } [dev-dependencies] bencher = "0.1" |
