Skip to content

Commit eb69192

Browse files
authored
Merge pull request #3511 from spinframework/forked-rumqtt
outbound-mqtt: Use forked rumqtt
2 parents 023080c + 8cb6745 commit eb69192

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

Cargo.lock

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

crates/factor-outbound-mqtt/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ edition = { workspace = true }
66

77
[dependencies]
88
anyhow = { workspace = true }
9-
rumqttc = { version = "0.24", features = ["url"] }
9+
# Upstream hasn't been updating dependencies: https://github.com/bytebeamio/rumqtt/issues/1046
10+
rumqttc = { git = "https://github.com/spinframework/rumqtt", rev = "65b7b39a70b12d1781acb61cc07f1f1b680e7643", default-features = false, features = ["use-rustls-no-provider", "url"] }
1011
spin-core = { path = "../core" }
1112
spin-factor-otel = { path = "../factor-otel" }
1213
spin-factor-outbound-networking = { path = "../factor-outbound-networking" }

0 commit comments

Comments
 (0)