Update example low-level-openssl to axum 0.7 (#2376)

This commit is contained in:
Erèbe - Romain Gerard
2023-11-29 09:51:31 +01:00
committed by GitHub
parent 57c59170c0
commit 52dec90ed2
2 changed files with 99 additions and 89 deletions
+1
View File
@@ -8,6 +8,7 @@ publish = false
axum = { path = "../../axum" }
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1" }
openssl = "0.10"
tokio = { version = "1", features = ["full"] }
tokio-openssl = "0.6"