Skip to content

Commit

Permalink
chore: bump ethers dependency (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Aug 2, 2023
1 parent 6e0c77e commit 4ffe281
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 41 deletions.
69 changes: 35 additions & 34 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 bin/withdrawal-finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.2.4", features = ["derive", "string"] }
color-eyre = "0.6.2"
ethers = { version = "2.0.7", default-features = false, features = ["ws", "rustls"] }
ethers = { version = "2.0.8", default-features = false, features = ["ws", "rustls"] }
serde = "1.0.160"
tokio = { version = "1.28.0", features = ["full"] }
toml = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion chain-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
client = { path = "../client" }
ethers = { version = "2.0.7", features = ["ws"] }
ethers = { version = "2.0.8", features = ["ws"] }
futures = "0.3.28"
metrics = "0.21.0"
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://zksync.io/"
edition = "2021"

[dependencies]
ethers = "2.0.7"
ethers = "2.0.8"
thiserror = "1.0.40"
serde = "1.0.160"
chrono = { version = "0.4.24", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion ethers-log-decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
proc-macro = true

[dependencies]
ethers = "2.0.7"
ethers = "2.0.8"
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = "2.0.23"
2 changes: 1 addition & 1 deletion finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.11"
edition = "2021"

[dependencies]
ethers = "2.0.7"
ethers = "2.0.8"
futures = "0.3.28"
metrics = "0.21.0"
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num = "0.4.0"

client = { path = "../client" }
chain-events = { path = "../chain-events" }
ethers = "2.0.7"
ethers = "2.0.8"
thiserror = "1.0.40"
metrics = "0.21.0"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
ethers = "2.0.7"
ethers = "2.0.8"
itertools = "0.10.5"
futures = "0.3.28"
metrics = "0.21.0"
Expand Down

0 comments on commit 4ffe281

Please sign in to comment.