diff --git a/Cargo.lock b/Cargo.lock index da51e9c..30cf771 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,6 @@ dependencies = [ "tendermint", "tendermint-light-client-verifier", "tokio", - "tower 0.5.1", ] [[package]] @@ -6224,8 +6223,6 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" dependencies = [ - "pin-project-lite", - "tokio", "tower-layer", "tower-service", ] diff --git a/script/Cargo.toml b/script/Cargo.toml index dcbd019..9aafdbd 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -40,6 +40,5 @@ hex = "0.4.3" futures = "0.3.30" env_logger = "0.11.3" serde_json = "1" -tower = { version = "0.5.1", features = ["timeout"] } [build-dependencies] sp1-build = "3.0.0"