diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-04-24 16:45:56 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 21:45:56 +0200 |
| commit | e2fba7b967cba1e690ad24e12f9db1d329a0c938 (patch) | |
| tree | 03c95d25b686924d7aab3bb2b6e2eb7ccc1cc62d /Cargo.lock | |
| parent | 8107a79b391d94db7fbf44e2529c650fe3adaf27 (diff) | |
perf(ext/http): faster is_content_compressible (#14383)
Cleanup + benches
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5ae7b509c..8f76d85db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,6 +966,7 @@ version = "0.43.0" dependencies = [ "async-compression", "base64 0.13.0", + "bencher", "brotli", "bytes", "cache_control", @@ -976,6 +977,7 @@ dependencies = [ "hyper", "mime", "percent-encoding", + "phf", "ring", "serde", "tokio", |
