summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2022-04-24 16:45:56 -0300
committerGitHub <noreply@github.com>2022-04-24 21:45:56 +0200
commite2fba7b967cba1e690ad24e12f9db1d329a0c938 (patch)
tree03c95d25b686924d7aab3bb2b6e2eb7ccc1cc62d /Cargo.lock
parent8107a79b391d94db7fbf44e2529c650fe3adaf27 (diff)
perf(ext/http): faster is_content_compressible (#14383)
Cleanup + benches
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
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",