Skip to content

Commit

Permalink
disable reqwest default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
diablur committed Aug 29, 2023
1 parent 152e2d3 commit abc288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bincode = "1.3"
url = { version = "2.2", default-features = false }
systemstat = "0.1"
itertools = "0.10"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "json"] }
rust-box = { version = "0.7.1", features = ["task-exec-queue", "task-exec-queue-rate", "std-ext", "dequemap"] }
structopt = "0.3"
tokio-tungstenite = "0.18"
Expand Down

0 comments on commit abc288e

Please sign in to comment.