Bump version v9.6.2

This commit is contained in:
Σrebe - Romain GERARD
2024-06-07 22:27:48 +02:00
parent a4900d3f92
commit 485a31c5a2
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -3064,7 +3064,7 @@ dependencies = [
[[package]]
name = "wstunnel"
version = "9.6.1"
version = "9.6.2"
dependencies = [
"ahash",
"anyhow",

View File

@@ -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

View File

@@ -235,7 +235,8 @@ mod tests {
let _mitm_proxy: ContainerAsync<MitmProxy> = RunnableImage::from(MitmProxy {})
.with_network("host".to_string())
.start()
.await;
.await
.unwrap();
let mut client = connect_with_http_proxy(
&"http://localhost:8080".parse().unwrap(),