Skip to content

Commit

Permalink
Merge branch 'main' into fvs-pla-558-collect-same-withdrawal-amounts-…
Browse files Browse the repository at this point in the history
…metrics-as-old-finalizer
  • Loading branch information
montekki authored Sep 27, 2023
2 parents 71873c2 + 91007c4 commit 9e25578
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 chain-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ client = { path = "../client" }
ethers = { version = "2.0.10", features = ["ws"] }
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.48"
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["time"] }

vlog = { path = "../vlog" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
ethers = "2.0.10"
thiserror = "1.0.48"
thiserror = "1.0.49"
serde = "1.0.188"
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
async-trait = "0.1.73"
Expand Down
2 changes: 1 addition & 1 deletion finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
ethers = "2.0.10"
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.48"
thiserror = "1.0.49"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.32.0", features = ["time"] }

Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num = "0.4.1"
client = { path = "../client" }
chain-events = { path = "../chain-events" }
ethers = "2.0.10"
thiserror = "1.0.48"
thiserror = "1.0.49"
metrics = "0.21.1"
bincode = "1.3.3"

2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ethers = "2.0.10"
itertools = "0.11.0"
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.48"
thiserror = "1.0.49"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.32.0", features = ["time"] }

Expand Down

0 comments on commit 9e25578

Please sign in to comment.