Skip to content

Commit

Permalink
Revert to rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Feb 5, 2024
1 parent 982640c commit 1691966
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 = "zika"
version = "3.4.2"
version = "3.4.3"
license = "MIT"
description = "IP Tunneling over MQTT"
repository = "https://github.com/akiroz/zika"
Expand All @@ -26,7 +26,7 @@ lru = "0.12.0"
rand = "0.8.5"
rustls = "0.21.10"
rustls-pemfile = "2.0.0"
rumqttc = { version = "0.23.0", features = ["use-native-tls"] }
rumqttc = { version = "0.23.0", features = ["use-rustls"] }
toml = "0.8.8"
serde = { version = "1.0.193", features = ["derive"] }
serde_default_utils = "0.2.1"
Expand Down

0 comments on commit 1691966

Please sign in to comment.