Skip to content

Commit 0867f07

Browse files
committed
chore: bump version
1 parent a8f97f0 commit 0867f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hudsucker"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
edition = "2021"
55
description = "MITM HTTP/S proxy"
66
documentation = "https://docs.rs/hudsucker"
@@ -35,7 +35,7 @@ thiserror = "1.0.23"
3535
time = { version = "0.3.1", optional = true }
3636
tokio = { version = "1.6.1", features = ["rt"] }
3737
tokio-rustls = "0.23.0"
38-
tokio-tungstenite = { version = "0.18.0" }
38+
tokio-tungstenite = "0.18.0"
3939
tokio-util = { version = "0.7.0", features = ["io"], optional = true }
4040
tracing = { version = "0.1.21", features = ["log"] }
4141

0 commit comments

Comments
 (0)