summaryrefslogtreecommitdiff
path: root/ext/http/Cargo.toml
diff options
context:
space:
mode:
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"] }