Skip to content

Commit

Permalink
make rustls not pull in openssl, per seanmonstar/reqwest#495
Browse files Browse the repository at this point in the history
  • Loading branch information
inanna-malick committed May 26, 2020
1 parent 3ff5a97 commit 22da575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 22da575

Please sign in to comment.