From 485a31c5a2bf24a6ff7e4cfbf118fdc11e5fd031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Fri, 7 Jun 2024 22:27:48 +0200 Subject: [PATCH] Bump version v9.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/tcp.rs | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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(),