Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omjadas committed Apr 25, 2023
1 parent a1e6ee6 commit 46f5181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hudsucker"
version = "0.19.3"
version = "0.19.4"
edition = "2021"
description = "MITM HTTP/S proxy"
documentation = "https://docs.rs/hudsucker"
Expand Down Expand Up @@ -46,7 +46,7 @@ reqwest = "0.11.10"
rustls-native-certs = "0.6.2"
rustls-pemfile = "1.0.0"
tls-listener = { version = "0.6.0", features = ["rustls", "hyper-h1", "hyper-h2"] }
tokio = { version = "1.6.1", features = ["full"] }
tokio = { version = "1.13.0", features = ["full"] }
tokio-native-tls = "0.3.0"
tracing-subscriber = "0.3.0"
x509-parser = "0.15.0"
Expand Down

0 comments on commit 46f5181

Please sign in to comment.