Skip to content

Commit

Permalink
remove native-tls dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbadawi committed Sep 11, 2024
1 parent 0bb7c52 commit 93fc3f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 124 deletions.
123 changes: 0 additions & 123 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 crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tower-http.workspace = true
axum.workspace = true
axum-macros = "0.4.1"
axum-extra.workspace = true
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
rustls.workspace = true

aide.workspace = true
Expand Down

0 comments on commit 93fc3f1

Please sign in to comment.