Skip to content

Commit 4cf2d0d

Browse files
build(deps): bump async-trait from 0.1.31 to 0.1.36
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.31 to 0.1.36. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.31...0.1.36) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9da68b8 commit 4cf2d0d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.18.0"
44
edition = "2018"
55

66
[dependencies]
7-
async-trait = "0.1.31"
7+
async-trait = "0.1.36"
88
atomic_refcell = "0.1.6"
99
bytes = "0.5"
1010
futures01 = { package="futures", version="0.1.29" }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55

66
[dependencies]
77
anyhow = "1.0"
8-
async-trait = "0.1.31"
8+
async-trait = "0.1.36"
99
atomic_refcell = "0.1.6"
1010
bigdecimal = { version = "0.1.0", features = ["serde"] }
1111
bytes = "0.5"

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.18.0"
44
edition = "2018"
55

66
[dependencies]
7-
async-trait = "0.1.31"
7+
async-trait = "0.1.36"
88
atomic_refcell = "0.1.6"
99
ethabi = { git = "https://github.com/graphprotocol/ethabi.git", branch = "master" }
1010
futures = "0.1.21"

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.18.0"
44
edition = "2018"
55

66
[dependencies]
7-
async-trait = "0.1.31"
7+
async-trait = "0.1.36"
88
blake3 = "0.3.3"
99
derive_more = { version = "0.99.9" }
1010
diesel = { version = "1.4.3", features = ["postgres", "serde_json", "numeric", "r2d2"] }

0 commit comments

Comments
 (0)