Skip to content

Commit 46f5181

Browse files
committed
chore: bump version
1 parent a1e6ee6 commit 46f5181

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.3"
3+
version = "0.19.4"
44
edition = "2021"
55
description = "MITM HTTP/S proxy"
66
documentation = "https://docs.rs/hudsucker"
@@ -46,7 +46,7 @@ reqwest = "0.11.10"
4646
rustls-native-certs = "0.6.2"
4747
rustls-pemfile = "1.0.0"
4848
tls-listener = { version = "0.6.0", features = ["rustls", "hyper-h1", "hyper-h2"] }
49-
tokio = { version = "1.6.1", features = ["full"] }
49+
tokio = { version = "1.13.0", features = ["full"] }
5050
tokio-native-tls = "0.3.0"
5151
tracing-subscriber = "0.3.0"
5252
x509-parser = "0.15.0"

0 commit comments

Comments
 (0)