From ed4f39cacbeb391c993eb41733f08336b827c100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:49:32 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to v1.41.0 --- Cargo.lock | 4 ++-- wasm-modules/eth-rpc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 035129c..8f02b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2399,9 +2399,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.34.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "pin-project-lite", diff --git a/wasm-modules/eth-rpc/Cargo.toml b/wasm-modules/eth-rpc/Cargo.toml index 1b0e2f7..a469009 100644 --- a/wasm-modules/eth-rpc/Cargo.toml +++ b/wasm-modules/eth-rpc/Cargo.toml @@ -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.34.0", default-features = false, features = ["rt"] } +tokio = { version = "=1.41.0", default-features = false, features = ["rt"] } eyre = "=0.6.9" marine-rs-sdk = "=0.10.1"