Skip to content

Commit

Permalink
Update low-level-rustls example
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Jan 16, 2025
1 parent e09cc59 commit c16527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/low-level-rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum" }
futures-util = { version = "0.3", default-features = false }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1" }
hyper-util = { version = "0.1", features = ["http2"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.26"
tower-service = "0.3.2"
Expand Down

0 comments on commit c16527e

Please sign in to comment.