aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02851a2..2055b1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "stridulus"
-version = "0.9.3"
+version = "0.9.4"
edition = "2021"
[dependencies]
-rumqttc = { version ="0.22", features = ["url"] }
+rumqttc = { version ="0.23", features = ["url", "use-rustls"] }
tokio = { version = "1.25", features = ["sync"]} # for our async runtime
regex = "1.7.1"
env_logger = "0.10.0"