summaryrefslogtreecommitdiff
path: root/ext/http/Cargo.toml
diff options
context:
space:
mode:
authorKamil Ogórek <kamil.ogorek@gmail.com>2023-06-03 00:31:27 +0200
committerGitHub <noreply@github.com>2023-06-02 22:31:27 +0000
commit260d2ec3a1d6c49892fd339b6a8171596a72b8ad (patch)
tree7c19ae4dbad391c18af06560c941948f772a6ec8 /ext/http/Cargo.toml
parentce5bf9fb2a52fa337afb5f54ec2553eb4d411fd2 (diff)
perf(ext/http): Migrate op_http_get_request_headers to v8::Array (#19354)
Diffstat (limited to 'ext/http/Cargo.toml')
-rw-r--r--ext/http/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 605615d7e..9e7d39378 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -46,6 +46,7 @@ pin-project.workspace = true
ring.workspace = true
serde.workspace = true
slab.workspace = true
+smallvec.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-util = { workspace = true, features = ["io"] }