Skip to content

Commit 9d6cc29

Browse files
committed
feat(pool): add a Cache pooling service
1 parent 427f358 commit 9d6cc29

File tree

5 files changed

+497
-296
lines changed

5 files changed

+497
-296
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ full = [
7676

7777
client = ["hyper/client", "tokio/net", "dep:tracing", "dep:futures-channel", "dep:tower-service"]
7878
client-legacy = ["client", "dep:socket2", "tokio/sync", "dep:libc", "dep:futures-util"]
79-
client-pool = []
79+
client-pool = ["dep:futures-util"]
8080
client-proxy = ["client", "dep:base64", "dep:ipnet", "dep:percent-encoding"]
8181
client-proxy-system = ["dep:system-configuration", "dep:windows-registry"]
8282

0 commit comments

Comments
 (0)