Skip to content

Commit

Permalink
fix: disable default reqwest tls features
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Dec 5, 2024
1 parent e0b9aaf commit d3ce857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 212 deletions.
212 changes: 0 additions & 212 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default-features = false
[dependencies.reqwest]
version = "0.12.9"
features = ["rustls-tls-webpki-roots", "gzip"]
default-features = false

[dependencies.axum]
version = "0.7.9"
Expand Down

0 comments on commit d3ce857

Please sign in to comment.