mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
make rustls not pull in openssl, per https://github.com/seanmonstar/reqwest/issues/495\#issuecomment-483698828
This commit is contained in:
parent
3ff5a978ff
commit
22da575465
@ -15,7 +15,7 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.10.4", features = ["json", "rustls-tls"] }
|
||||
reqwest = { version = "0.10.4", features = ["json", "rustls-tls"], default-features = false }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rustc-serialize = "0.3.24"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user