Skip to content

Commit 8ea35d9

Browse files
build(deps): bump ethabi from 17.1.0 to 17.2.0 (#3847)
Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from 17.1.0 to 17.2.0. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md) - [Commits](rust-ethereum/ethabi@v17.1.0...v17.2.0) --- updated-dependencies: - dependency-name: ethabi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49f04f5 commit 8ea35d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ envconfig = "0.10.0"
1717
Inflector = "0.11.3"
1818
isatty = "0.1.9"
1919
reqwest = { version = "0.11.2", features = ["json", "stream", "multipart"] }
20-
ethabi = "17.1"
20+
ethabi = "17.2"
2121
hex = "0.4.3"
2222
http = "0.2.3"
2323
futures = "0.1.21"

runtime/wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
async-trait = "0.1.50"
88
atomic_refcell = "0.1.8"
9-
ethabi = "17.1"
9+
ethabi = "17.2"
1010
futures = "0.1.21"
1111
hex = "0.4.3"
1212
graph = { path = "../../graph" }

0 commit comments

Comments
 (0)