Skip to content

Commit

Permalink
Use rustls-tls with native roots
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Oct 31, 2023
1 parent f262468 commit 2ad3ebe
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 2 deletions.
110 changes: 109 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ petgraph = "0.6"
predicates = "3"
proc-macro2 = "1"
quote = "1"
reqwest = { version = "0.11.22", features = ["gzip", "brotli", "deflate", "json", "stream"] }
reqwest = { version = "0.11.22", features = ["gzip", "brotli", "deflate", "json", "stream", "rustls-tls-native-roots"] }
semver = { version = "1", features = ["serde"] }
serde = { version = "1", features = ["serde_derive"] }
serde-untagged = "0.1"
Expand Down

0 comments on commit 2ad3ebe

Please sign in to comment.