Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.34.0 (#140)
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 Dec 5, 2023
1 parent b1f8b07 commit 4926e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 wasm-modules/eth-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ web3 = { version = "=0.19.0", features = [], default-features = false }
serde_json = "=1.0.108"
serde = "=1.0.193"
jsonrpc-core = "=18.0.0"
tokio = { version = "=1.33.0", default-features = false, features = ["rt"] }
tokio = { version = "=1.34.0", default-features = false, features = ["rt"] }
eyre = "=0.6.9"

marine-rs-sdk = "=0.10.1"
Expand Down

0 comments on commit 4926e4f

Please sign in to comment.