Skip to content

Commit 85e581d

Browse files
committed
fix(ci): disable rumqttc default rustls feature for audit
1 parent 0ff3e32 commit 85e581d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
1616
bincode = "1.0"
1717
rsp-rs = "0.3.5"
1818
oxigraph = "0.5"
19-
rumqttc = "0.25.1"
19+
rumqttc = { version = "0.25.1", default-features = false }
2020
serde_json = "1.0.145"
2121
tokio = { version = "1.48.0", features = ["full"] }
2222
ctrlc = "3.5.1"

0 commit comments

Comments
 (0)