mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-26 20:40:29 +00:00
remove unused dep in tls examples (#3411)
This commit is contained in:
parent
d9609d754f
commit
3bd445d9ee
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1562,7 +1562,6 @@ name = "example-low-level-native-tls"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"futures-util",
|
||||
"hyper 1.5.2",
|
||||
"hyper-util",
|
||||
"tokio",
|
||||
@ -1577,7 +1576,6 @@ name = "example-low-level-openssl"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"futures-util",
|
||||
"hyper 1.5.2",
|
||||
"hyper-util",
|
||||
"openssl",
|
||||
@ -1593,7 +1591,6 @@ name = "example-low-level-rustls"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"futures-util",
|
||||
"hyper 1.5.2",
|
||||
"hyper-util",
|
||||
"tokio",
|
||||
|
@ -6,7 +6,6 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../../axum" }
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
hyper = { version = "1.0.0", features = ["full"] }
|
||||
hyper-util = { version = "0.1" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
@ -6,7 +6,6 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
|
@ -6,7 +6,6 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../../axum" }
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
hyper = { version = "1.0.0", features = ["full"] }
|
||||
hyper-util = { version = "0.1", features = ["http2"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user