Skip to content

Commit 602dc22

Browse files
authored
Update tokio-util to 0.7.0 (tower-rs#221)
* tokio-util: 0.6.8 -> 0.7.0 This mirrors tower-rs/tower#638. * Bump tokio requirement to 1.6 According to tower-rs/tower#638, this is now required by tokio-util, but declared incorrectly.
1 parent 1ec0fdb commit 602dc22

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

deny.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ license-files = [
3737
multiple-versions = "deny"
3838
highlight = "all"
3939
skip-tree = [{ name = "tower", version = ">=0.3, <=0.4" }]
40-
skip = [
41-
# pulled in by hyper, http, and serde_urlencoded
42-
{ name = "itoa", version = "=0.4.8" },
43-
]
4440

4541
[sources]
4642
unknown-registry = "warn"

tower-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ iri-string = { version = "0.4", optional = true }
3131
mime = { version = "0.3", optional = true, default_features = false }
3232
mime_guess = { version = "2", optional = true, default_features = false }
3333
percent-encoding = { version = "2.1.0", optional = true }
34-
tokio = { version = "1", optional = true, default_features = false }
35-
tokio-util = { version = "0.6.8", optional = true, default_features = false, features = ["io"] }
34+
tokio = { version = "1.6", optional = true, default_features = false }
35+
tokio-util = { version = "0.7", optional = true, default_features = false, features = ["io"] }
3636
tower = { version = "0.4.1", optional = true }
3737
tracing = { version = "0.1", default_features = false, optional = true }
3838
httpdate = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)