Skip to content

Commit

Permalink
try to use ring as crypto provider for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 22, 2024
1 parent a0c55e3 commit 4e196e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 240 deletions.
238 changes: 0 additions & 238 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "deprecated", "wrap_help"] }
configparser = "3"
fastrand = "2"
reqwest = { version = "0.12", features = ["json", "rustls-tls-manual-roots", "stream", "http2"], default-features = false }
rustls = "0.23" # will fail at runtime if mismatch with reqwest
rustls = { version = "0.23", features = ["ring", "tls12", "logging"], default-features = false } # will fail at runtime if mismatch with reqwest
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "3"
Expand Down
Loading

0 comments on commit 4e196e6

Please sign in to comment.