From 64e94f36560a0e8d4047aced0b440782f4e66f5a Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Mon, 1 Mar 2021 12:21:14 +0100 Subject: [PATCH] Remove leftover additions in Cargo.toml --- Cargo.lock | 1 - testing/jormungandr-integration-tests/Cargo.toml | 3 +-- testing/jormungandr-testing-utils/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b4aef9f04..11bf5cfbed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1986,7 +1986,6 @@ dependencies = [ "structopt", "thiserror", "tokio 1.2.0", - "tokio-stream", "tonic", "url", "yaml-rust", diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 77d9fc4f3e..8fb9aaed94 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -8,8 +8,7 @@ edition = "2018" tonic = "0.4" bech32 = "0.7" prost = "0.7" -tokio-stream = { version = "*", features = ["io-util"]} -tokio = { version = "1.1", features = ["macros", "time", "process", "rt-multi-thread"] } +tokio = { version = "1.1", features = ["macros", "time"] } futures = "0.3.8" base64 = "0.13" hex = "0.4.2" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index 223a8119d0..9d44e7a753 100644 --- a/testing/jormungandr-testing-utils/Cargo.toml +++ b/testing/jormungandr-testing-utils/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] tonic = "0.4" prost = "0.7" -tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread", "process"] } +tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread"] } tokio-stream = "0.1" futures = "0.3.8" base64 = "0.13"