We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6756b25 commit c70aeddCopy full SHA for c70aedd
Cargo.toml
@@ -32,10 +32,12 @@ serde_json = { version = "1", optional = true }
32
33
# Optional dependencies required for the `auto-vary` feature.
34
tokio = { version = "1", features = ["sync"], optional = true }
35
-futures = { version = "0.3", default-features = false, optional = true }
+futures = { version = "0.3", default-features = false, features = [
36
+ "alloc",
37
+], optional = true }
38
39
[dev-dependencies]
-axum = { version = "0.8", default-features = false}
40
+axum = { version = "0.8", default-features = false }
41
axum-test = "17"
42
tokio = { version = "1", features = ["full"] }
43
tokio-test = "0.4"
0 commit comments