Skip to content

Commit

Permalink
tokio-util: 0.6.8 -> 0.7.0
Browse files Browse the repository at this point in the history
This mirrors tower-rs/tower#638.
  • Loading branch information
nightkr committed Feb 14, 2022
1 parent 1ec0fdb commit 6638efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ license-files = [
multiple-versions = "deny"
highlight = "all"
skip-tree = [{ name = "tower", version = ">=0.3, <=0.4" }]
skip = [
# pulled in by hyper, http, and serde_urlencoded
{ name = "itoa", version = "=0.4.8" },
]

[sources]
unknown-registry = "warn"
Expand Down
2 changes: 1 addition & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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-util = { version = "0.6.8", optional = true, default_features = false, features = ["io"] }
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 }
httpdate = { version = "1.0", optional = true }
Expand Down

0 comments on commit 6638efe

Please sign in to comment.