Skip to content

Commit

Permalink
switch to use rustls as TLS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Feb 3, 2024
1 parent 0a5ab28 commit b77a7e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file added .github/workflows/build.yml
Empty file.
Empty file added .github/workflows/release.yml
Empty file.
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ keywords = ["cloudflare", "radar", "bgp"]
[dependencies]

dotenvy = "0.15.7"
reqwest={version="0.11", features=["blocking", "json"]}
reqwest={version="0.11", default-features = false, features=["blocking", "json", "rustls-tls"]}
serde={version="1.0", features=["derive"]}
thiserror = "1.0"

0 comments on commit b77a7e0

Please sign in to comment.