Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Jul 8, 2023
1 parent 70761c3 commit 4186366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tower-async-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ categories = ["asynchronous", "network-programming", "web-programming"]
keywords = ["io", "async", "futures", "service", "http"]

[dependencies]
bitflags = "2.0.2"
bytes = "1"
futures-core = "0.3"
futures-util = { version = "0.3.14", default_features = false, features = [] }
Expand All @@ -38,7 +37,6 @@ tower-async = { version = "0.1", path = "../tower-async", optional = true }
tracing = { version = "0.1", default_features = false, optional = true }
httpdate = { version = "1.0", optional = true }
uuid = { version = "1.0", features = ["v4"], optional = true }
tower-async-bridge = { version = "0.1", path = "../tower-async-bridge" }

[dev-dependencies]
bytes = "1"
Expand All @@ -50,6 +48,7 @@ once_cell = "1"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util", "make", "timeout"] }
tower-async = { version = "0.1", path = "../tower-async", features = ["util", "make", "timeout"] }
tower-async-bridge = { version = "0.1", path = "../tower-async-bridge" }
tracing-subscriber = "0.3"
uuid = { version = "1.0", features = ["v4"] }
serde_json = "1.0"
Expand Down

0 comments on commit 4186366

Please sign in to comment.