From a07e1fa29c7fbec84e172c3387a7fb4d2b56500a Mon Sep 17 00:00:00 2001 From: Karim Date: Thu, 7 Dec 2023 20:38:50 +0000 Subject: [PATCH] Remove `thread` crate (#921) --- eth2near/Cargo.lock | 8 -------- eth2near/eth2near-block-relay-rs/Cargo.toml | 1 - eth2near/eth_rpc_client/Cargo.toml | 1 - 3 files changed, 10 deletions(-) diff --git a/eth2near/Cargo.lock b/eth2near/Cargo.lock index fb9581ef..fcdf17c8 100644 --- a/eth2near/Cargo.lock +++ b/eth2near/Cargo.lock @@ -1392,7 +1392,6 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thread", "tokio 1.19.2", "toml", "tree_hash", @@ -1435,7 +1434,6 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thread", "tokio 1.19.2", "toml", "tree_hash", @@ -4718,12 +4716,6 @@ dependencies = [ "syn", ] -[[package]] -name = "thread" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afe9c0e959dd1e7b871071b51bc674380d1889cd4fed9f4b3b1f5c1772d9f796" - [[package]] name = "thread_local" version = "1.1.7" diff --git a/eth2near/eth2near-block-relay-rs/Cargo.toml b/eth2near/eth2near-block-relay-rs/Cargo.toml index c25bde4e..9503c93c 100644 --- a/eth2near/eth2near-block-relay-rs/Cargo.toml +++ b/eth2near/eth2near-block-relay-rs/Cargo.toml @@ -44,7 +44,6 @@ near-jsonrpc-primitives = "0.16.0" prometheus = { version = "0.9", features = ["process"] } lazy_static = "1.4" warp = "0.2" -thread = "*" dotenv = "0.15.0" [dev-dependencies] diff --git a/eth2near/eth_rpc_client/Cargo.toml b/eth2near/eth_rpc_client/Cargo.toml index 795dbc08..83b6c7fe 100644 --- a/eth2near/eth_rpc_client/Cargo.toml +++ b/eth2near/eth_rpc_client/Cargo.toml @@ -33,5 +33,4 @@ bitvec = "1.0.0" prometheus = { version = "0.9", features = ["process"] } lazy_static = "1.4" warp = "0.2" -thread = "*" dotenv = "0.15.0"