Skip to content

Commit

Permalink
chore: disable default reqwest features (denoland#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 3, 2020
1 parent 6dbf1c0 commit 5e61af7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
97 changes: 0 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ log = "0.4.8"
rand = "0.7.2"
regex = "1.3.1"
remove_dir_all = "0.5.2"
reqwest = { version = "0.10.0", features = ["rustls-tls", "stream"] }
reqwest = { version = "0.10.0", default-features = false, features = ["rustls-tls", "stream"] }
ring = "0.16.9"
rustyline = "5.0.4"
serde = { version = "1.0.102", features = ["derive"] }
Expand Down

0 comments on commit 5e61af7

Please sign in to comment.