diff options
Diffstat (limited to 'ext/http/Cargo.toml')
-rw-r--r-- | ext/http/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 2f4ae31e6..65cd4ccfe 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -31,6 +31,7 @@ hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "r mime = "0.3.16" percent-encoding.workspace = true phf = { version = "0.10", features = ["macros"] } +pin-project.workspace = true ring.workspace = true serde.workspace = true tokio.workspace = true |