Bump version v9.6.2
This commit is contained in:
parent
a4900d3f92
commit
485a31c5a2
3 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3064,7 +3064,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wstunnel"
|
||||
version = "9.6.1"
|
||||
version = "9.6.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue