We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f97f0 commit 0867f07Copy full SHA for 0867f07
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hudsucker"
3
-version = "0.19.2"
+version = "0.19.3"
4
edition = "2021"
5
description = "MITM HTTP/S proxy"
6
documentation = "https://docs.rs/hudsucker"
@@ -35,7 +35,7 @@ thiserror = "1.0.23"
35
time = { version = "0.3.1", optional = true }
36
tokio = { version = "1.6.1", features = ["rt"] }
37
tokio-rustls = "0.23.0"
38
-tokio-tungstenite = { version = "0.18.0" }
+tokio-tungstenite = "0.18.0"
39
tokio-util = { version = "0.7.0", features = ["io"], optional = true }
40
tracing = { version = "0.1.21", features = ["log"] }
41
0 commit comments