Skip to content

Commit

Permalink
Merge pull request #6084 from MaterializeInc/dependabot/cargo/async-t…
Browse files Browse the repository at this point in the history
…rait-0.1.48

build(deps): bump async-trait from 0.1.42 to 0.1.48
  • Loading branch information
benesch committed Mar 16, 2021
2 parents fedd1e3 + f037252 commit 7679e34
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.38"
async-trait = "0.1.42"
async-trait = "0.1.48"
aws-util = { path = "../aws-util" }
bincode = "1.3.1"
byteorder = "1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion src/materialized/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ name = "materialized-unstable"
[dependencies]
anyhow = "1.0.38"
askama = { version = "0.10.5", features = ["serde-json"] }
async-trait = "0.1.42"
async-trait = "0.1.48"
backtrace = "0.3.56"
build-info = { path = "../build-info" }
cfg-if = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ publish = false
license = "Apache-2.0"

[dependencies]
async-trait = "0.1.42"
async-trait = "0.1.48"
bytes = "1.0.1"
fallible-iterator = "0.2.0"
futures = "0.3.13"
Expand Down
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.38"
async-trait = "0.1.42"
async-trait = "0.1.48"
byteorder = "1.4.2"
bytes = "1.0.1"
chrono = { version = "0.4.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
async-compression = { version = "0.3.7", features = [ "tokio", "gzip" ] }
async-trait = "0.1.42"
async-trait = "0.1.48"
atty = "0.2.0"
aws-util = { path = "../aws-util" }
byteorder = "1.4.2"
Expand Down

0 comments on commit 7679e34

Please sign in to comment.