diff --git a/test/integration/tls/rust/http_test/Cargo.toml b/test/integration/tls/rust/http_test/Cargo.toml index e9bbd88ec..0dfcd4e7f 100644 --- a/test/integration/tls/rust/http_test/Cargo.toml +++ b/test/integration/tls/rust/http_test/Cargo.toml @@ -8,4 +8,5 @@ edition = "2018" [dependencies] reqwest = "0.10" +log = "=0.4.18" tokio = { version = "0.2", features = ["macros"] }