Skip to content

Commit

Permalink
Bump tokio-util from 0.3.1 to 0.6.4
Browse files Browse the repository at this point in the history
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.3.1 to 0.6.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.3.1...tokio-util-0.6.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 0fdd7f9 commit 170639f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
25 changes: 20 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/builder-api-client/Cargo.toml
Expand Up @@ -24,5 +24,5 @@ serde_derive = "*"
serde_json = { version = "*", features = [ "preserve_order" ] }
tee = "*"
tokio = { version = "^0.2", features = ["full"] }
tokio-util = "^0.3"
tokio-util = "^0.6"
url = "*"
2 changes: 1 addition & 1 deletion components/sup-client/Cargo.toml
Expand Up @@ -15,4 +15,4 @@ prost = "*"
rustls = "*"
termcolor = "*"
tokio = { version = "^0.2", features = ["full"] }
tokio-util = { version = "^0.3", features = ["full"] }
tokio-util = { version = "^0.6", features = ["full"] }
2 changes: 1 addition & 1 deletion components/sup-protocol/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ rand = "*"
serde = "*"
serde_derive = "*"
tokio = { version = "^0.2", features = ["full"] }
tokio-util = { version = "^0.3", features = ["full"] }
tokio-util = { version = "^0.6", features = ["full"] }

[build-dependencies]
prost-build = "*"
Expand Down
2 changes: 1 addition & 1 deletion components/sup/Cargo.toml
Expand Up @@ -63,7 +63,7 @@ thiserror = "*"
toml = { version = "*", features = ["preserve_order"]}
tokio = { version = "^0.2", features = ["full"] }
tokio-rustls = "^0.14" # Tokio 0.2
tokio-util = { version = "^0.3", features = ["full"] }
tokio-util = { version = "^0.6", features = ["full"] }
url = "*"
valico = "*"

Expand Down

0 comments on commit 170639f

Please sign in to comment.