Skip to content

Commit

Permalink
Bump tokio requirement to 1.6
Browse files Browse the repository at this point in the history
According to tower-rs/tower#638, this is now required
by tokio-util, but declared incorrectly.
  • Loading branch information
nightkr committed Feb 14, 2022
1 parent 6638efe commit cfbc24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ iri-string = { version = "0.4", optional = true }
mime = { version = "0.3", optional = true, default_features = false }
mime_guess = { version = "2", optional = true, default_features = false }
percent-encoding = { version = "2.1.0", optional = true }
tokio = { version = "1", optional = true, default_features = false }
tokio = { version = "1.6", optional = true, default_features = false }
tokio-util = { version = "0.7", optional = true, default_features = false, features = ["io"] }
tower = { version = "0.4.1", optional = true }
tracing = { version = "0.1", default_features = false, optional = true }
Expand Down

0 comments on commit cfbc24d

Please sign in to comment.