Skip to content

Commit

Permalink
chore(deps): update rust crate ethers-core to 2.0.14 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 0893bad commit 65e5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async-graphql = { version = "7.0", optional = true }
base64 = { version = "0.22", optional = true }
bs58 = "0.5"
ethers = { version = "2.0.14", optional = true, default-features = false }
ethers-core = "2.0.13"
ethers-core = "2.0.14"
indoc = { version = "2.0.4", optional = true }
lazy_static = "1.4.0"
reqwest = { version = "0.11.24", optional = true }
Expand Down

0 comments on commit 65e5148

Please sign in to comment.