Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.31.0 (#117)
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] committed Aug 12, 2023
1 parent 8cdaffb commit 4159ea4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -10,7 +10,7 @@ clap = { version = "4.3.21", features = ["derive", "string"] }
color-eyre = "0.6.2"
ethers = { version = "2.0.8", default-features = false, features = ["ws", "rustls"] }
serde = "1.0.183"
tokio = { version = "1.30.0", features = ["full"] }
tokio = { version = "1.31.0", features = ["full"] }
toml = "0.7.6"
url = { version = "2.4.0", features = ["serde"] }
eyre = "0.6.8"
Expand Down
2 changes: 1 addition & 1 deletion chain-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ethers = { version = "2.0.8", features = ["ws"] }
futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.44"
tokio = { version = "1.30.0", features = ["time"] }
tokio = { version = "1.31.0", features = ["time"] }

vlog = { path = "../vlog" }
ethers-log-decode = { path = "../ethers-log-decode" }
2 changes: 1 addition & 1 deletion finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.44"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.30.0", features = ["time"] }
tokio = { version = "1.31.0", features = ["time"] }

client = { path = "../client" }
storage = { path = "../storage" }
Expand Down
2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.28"
metrics = "0.21.1"
thiserror = "1.0.44"
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
tokio = { version = "1.30.0", features = ["time"] }
tokio = { version = "1.31.0", features = ["time"] }

client = { path = "../client" }
chain-events = { path = "../chain-events" }
Expand Down

0 comments on commit 4159ea4

Please sign in to comment.