Skip to content

Commit

Permalink
remove tower-async-hyper from deps of tower-async-http
Browse files Browse the repository at this point in the history
turn them into dev only deps
  • Loading branch information
glendc committed Nov 20, 2023
1 parent 347f34d commit 902700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-async-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ http = "1"
http-body = "1"
http-body-util = "0.1"
pin-project-lite = "0.2"
tower-async-hyper = { version = "0.1", path = "../tower-async-hyper" }
tower-async-layer = { version = "0.2", path = "../tower-async-layer" }
tower-async-service = { version = "0.2", path = "../tower-async-service" }

Expand Down Expand Up @@ -59,6 +58,7 @@ tower = { version = "0.4", features = ["util", "make", "timeout"] }
tower-async = { path = "../tower-async", features = ["full"] }
tower-async-bridge = { path = "../tower-async-bridge", features = ["full"] }
tower-async-http = { path = ".", features = ["full"] }
tower-async-hyper = { path = "../tower-async-hyper" }
tracing = { version = "0.1", default_features = false }
tracing-subscriber = "0.3"
uuid = { version = "1.0", features = ["v4"] }
Expand Down

0 comments on commit 902700a

Please sign in to comment.