Skip to content

Commit

Permalink
use native certs in reqwest
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
ranfdev committed Oct 5, 2024
1 parent f28f689 commit 568de01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion 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 ntfy-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1.0.71"
tokio-stream = { version = "0.1.14", features = ["io-util", "time"] }
rusqlite = "0.29.0"
rand = "0.8.5"
reqwest = { version = "0.11.18", features = ["stream", "rustls-tls"]}
reqwest = { version = "0.11.18", features = ["stream", "rustls-tls-native-roots"]}
url = "2.4.0"
generational-arena = "0.2.9"
tracing = "0.1.37"
Expand Down

0 comments on commit 568de01

Please sign in to comment.