diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-04-21 12:37:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-21 12:37:49 +0530 |
| commit | 2a86b8fb02b594c42e057ca84b7171c22eba72d1 (patch) | |
| tree | 63f72102bbe20dca3eb6882617465b557d91780e /Cargo.lock | |
| parent | 29c8cd8aae52b89075e6af84ddd34f813fa3ea8d (diff) | |
Reland "feat(ext/http): stream auto resp body compression" (#14345)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 256d2c832..cb115dcc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,6 +964,7 @@ dependencies = [ name = "deno_http" version = "0.42.0" dependencies = [ + "async-compression", "base64 0.13.0", "brotli", "bytes", |
