diff options
Diffstat (limited to 'ext/http')
| -rw-r--r-- | ext/http/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 1ac4c638f..f310e1cf1 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -22,7 +22,7 @@ name = "compressible" harness = false [dependencies] -async-compression = { version = "0.3.12", features = ["tokio", "brotli", "gzip"] } +async-compression = { version = "0.4", features = ["tokio", "brotli", "gzip"] } async-trait.workspace = true base64.workspace = true brotli = "3.3.4" |
