Skip to content

Commit

Permalink
Merge pull request #6087 from MaterializeInc/dependabot/cargo/tokio-u…
Browse files Browse the repository at this point in the history
…til-0.6.4

build(deps): bump tokio-util from 0.6.3 to 0.6.4
  • Loading branch information
benesch committed Mar 17, 2021
2 parents 7ee0ed4 + 4241e3d commit 3970cde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 src/dataflow/Cargo.toml
Expand Up @@ -45,6 +45,6 @@ serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] }
tokio = { version = "1.3.0", features = ["fs", "rt"] }
tokio-util = { version = "0.6.3", features = ["codec"] }
tokio-util = { version = "0.6.4", features = ["codec"] }
url = { version = "2.2.1", features = ["serde"] }
uuid = { version = "0.8.2", features = ["serde", "v4"] }
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Expand Up @@ -29,4 +29,4 @@ sql = { path = "../sql" }
tokio = "1.3.0"
tokio-openssl = "0.6.1"
tokio-stream = "0.1.4"
tokio-util = { version = "0.6.3", features = ["codec"] }
tokio-util = { version = "0.6.4", features = ["codec"] }

0 comments on commit 3970cde

Please sign in to comment.