Skip to content

Commit

Permalink
Use ring over aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Apr 4, 2024
1 parent 7554c63 commit 45f3e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 149 deletions.
149 changes: 1 addition & 148 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 irc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bytes = "1.4.0"
futures = "0.3.28"
thiserror = "1.0.30"
tokio = { version = "1.29", features = ["net", "full"] }
tokio-rustls = "0.26.0"
tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls12", "ring"] }
tokio-util = { version = "0.7", features = ["codec"] }
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.1.1"
Expand Down

0 comments on commit 45f3e77

Please sign in to comment.