Skip to content

Commit

Permalink
Merge pull request #114 from ngrok/bob/hyper-proxy-rustls
Browse files Browse the repository at this point in the history
Use rustls for hyper-proxy
  • Loading branch information
jrobsonchase authored Sep 15, 2023
2 parents ee88e2d + 9598ae9 commit ee4214b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngrok/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngrok"
version = "0.14.0-pre.5"
version = "0.14.0-pre.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "The ngrok agent SDK"
Expand Down Expand Up @@ -30,7 +30,7 @@ once_cell = "1.17.1"
hostname = "0.3.1"
regex = "1.7.3"
tokio-socks = "0.5.1"
hyper-proxy = "0.9.1"
hyper-proxy = { version = "0.9.1", default-features = false, features = ["rustls"] }
url = "2.4.0"
rustls-native-certs = "0.6.3"

Expand Down

0 comments on commit ee4214b

Please sign in to comment.