Skip to content

Commit

Permalink
fix: change reqwest tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Wackyator committed Sep 24, 2023
1 parent 50ad800 commit e5957df
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 158 deletions.
235 changes: 78 additions & 157 deletions yen-rs/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 yen-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uname = "0.1.1"
detect-targets = "0.1.11"
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["json", "stream"] }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json", "stream"] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
futures-util = "0.3.28"
Expand Down

0 comments on commit e5957df

Please sign in to comment.