diff --git a/Cargo.lock b/Cargo.lock index bfd206a..3334c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3064,7 +3064,7 @@ dependencies = [ [[package]] name = "wstunnel" -version = "9.6.1" +version = "9.6.2" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c3ad700..2c61c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wstunnel" -version = "9.6.1" +version = "9.6.2" edition = "2021" repository = "https://github.com/erebe/wstunnel.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/tcp.rs b/src/tcp.rs index 50ea138..07d6037 100644 --- a/src/tcp.rs +++ b/src/tcp.rs @@ -235,7 +235,8 @@ mod tests { let _mitm_proxy: ContainerAsync = RunnableImage::from(MitmProxy {}) .with_network("host".to_string()) .start() - .await; + .await + .unwrap(); let mut client = connect_with_http_proxy( &"http://localhost:8080".parse().unwrap(),