Skip to content

Commit

Permalink
Use ring as crypto provider
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 31, 2024
1 parent 168df3f commit 889425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ features = ["managed"]
[dependencies.tokio-rustls]
version = "0.26.0"
default-features = false
features = ["tls12"]
features = ["tls12", "ring"]

[dev-dependencies]
pretty_env_logger = "0.4.0"
Expand Down

0 comments on commit 889425e

Please sign in to comment.