Skip to content

Commit

Permalink
Bump ethers from 2.0.13 to 2.0.14
Browse files Browse the repository at this point in the history
Bumps [ethers](https://github.com/gakonst/ethers-rs) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/gakonst/ethers-rs/releases)
- [Changelog](https://github.com/gakonst/ethers-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gakonst/ethers-rs/commits)

---
updated-dependencies:
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 15aeac6 commit fd66c4a
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 54 deletions.
126 changes: 77 additions & 49 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
clap = { version = "4.0", features = ["derive", "env"] }
telemetry-batteries = { git = "https://github.com/worldcoin/telemetry-batteries.git", rev = "12cc036234b4e9b86f22ff7e35d499e2ff1e6304" }
config = "0.13.4"
ethers = { version = "2.0.10", features = ["ws", "ipc", "openssl", "abigen"] }
ethers = { version = "2.0.14", features = ["ws", "ipc", "openssl", "abigen"] }
ethers-solc = "2.0.10"
eyre = "0.6"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/micro-oz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = "0.1.71"
axum = "0.6.19"
chrono = "0.4.26"
clap = { version = "4.3.14", features = ["env", "derive"] }
ethers = { version = "2.0.10", features = ["openssl"] }
ethers = { version = "2.0.14", features = ["openssl"] }
hyper = "0.14.27"
oz-api = { path = "../oz-api" }
serde = "1.0.171"
Expand Down
2 changes: 1 addition & 1 deletion crates/oz-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
anyhow = "1.0"
chrono = { version = "0.4.23", features = ["serde"] }
cognitoauth = { path = "../cognitoauth" }
ethers = { version = "2.0.10", features = [ "ws", "ipc", "openssl", "abigen" ] }
ethers = { version = "2.0.14", features = [ "ws", "ipc", "openssl", "abigen" ] }
hyper = { version = "^0.14.17", features = ["server", "tcp", "http1", "http2"] }
reqwest = "0.11.14"
serde = { version = "1.0.154", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/tx-sitter-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
anyhow = "1.0"
ethers = { version = "2.0.10", features = [ ] }
ethers = { version = "2.0.14", features = [ ] }
reqwest = "0.11.14"
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.94"
Expand Down
Loading

0 comments on commit fd66c4a

Please sign in to comment.