From 115339d3df50f20c8717680aa35f48858e9a6205 Mon Sep 17 00:00:00 2001 From: Jacob Su Date: Tue, 10 Dec 2024 23:48:56 +0800 Subject: [PATCH] chore(benches): fix pin-project-lite not found (#3807) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 46843a7b88..c8fcc0c24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ futures-channel = { version = "0.3", features = ["sink"] } futures-util = { version = "0.3", default-features = false, features = ["alloc", "sink"] } http-body-util = "0.1" pretty_env_logger = "0.5" +pin-project-lite = "0.2.4" spmc = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"