Skip to content

Commit

Permalink
use native tls
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Jan 28, 2024
1 parent a2f1fbc commit 459bac0
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 54 deletions.
173 changes: 122 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zika"
version = "3.3.5"
version = "3.3.6"
license = "MIT"
description = "IP Tunneling over MQTT"
repository = "https://github.com/akiroz/zika"
Expand All @@ -26,11 +26,10 @@ lru = "0.12.0"
rand = "0.8.5"
rustls = "0.21.10"
rustls-pemfile = "2.0.0"
rumqttc = { version = "0.23.0", features = ["use-rustls"] }
rumqttc = { version = "0.23.0", features = ["use-native-tls"] }
toml = "0.8.8"
serde = { version = "1.0.193", features = ["derive"] }
serde_default_utils = "0.2.1"
tokio-rustls = "0.25.0"
tokio-util = "0.7.10"
tokio = { version = "1.34.0", features = ["full"] }
tun = { version = "0.6.1", features = ["async"] }

0 comments on commit 459bac0

Please sign in to comment.