Skip to content

Commit 2b0b2a7

Browse files
committed
update rumqttc to 0.25.1
Signed-off-by: reubenmiller <[email protected]>
1 parent 631de99 commit 2b0b2a7

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Cargo.lock

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ ron = "0.8"
170170
rpassword = "5.0"
171171
rsa = "0.9.8"
172172
rstest = "0.16.0"
173-
rumqttc = { git = "https://github.com/jarhodes314/rumqtt", rev = "8c489faf6af910956c97b55587ff3ecb2ac4e96f" }
173+
rumqttc = { version = "0.25.1", default-features = false, features = [
174+
"use-rustls-no-provider",
175+
] }
174176
rumqttd = "0.19"
175177
rustls = { version = "0.23", default-features = false, features = [
176178
"std",

0 commit comments

Comments
 (0)