Skip to content

Commit f0ef8ae

Browse files
richardalanjonesrichard
andauthored
Update low-level-rustls example - add http2 feature flag (#3179)
Co-authored-by: richard <[email protected]>
1 parent e09cc59 commit f0ef8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/low-level-rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
axum = { path = "../../axum" }
99
futures-util = { version = "0.3", default-features = false }
1010
hyper = { version = "1.0.0", features = ["full"] }
11-
hyper-util = { version = "0.1" }
11+
hyper-util = { version = "0.1", features = ["http2"] }
1212
tokio = { version = "1", features = ["full"] }
1313
tokio-rustls = "0.26"
1414
tower-service = "0.3.2"

0 commit comments

Comments
 (0)