Skip to content

Commit

Permalink
ring is now required to use ConnectorBuilder::with_webpki_roots()
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Jan 6, 2024
1 parent 9300c95 commit d1e989d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 @@ -28,7 +28,7 @@ features = ["client"]
[dependencies.hyper-rustls]
version = "0.25.0"
default-features = false
features = ["http1", "http2", "tls12", "webpki-tokio"]
features = ["http1", "http2", "tls12", "ring", "webpki-tokio"]

[dependencies.rocket]
version = "0.5.0"
Expand Down

0 comments on commit d1e989d

Please sign in to comment.