Skip to content

Commit

Permalink
chore: use ring for crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Mar 4, 2024
1 parent 1e69e5d commit 9c80cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lz4 = { version = "1.23", optional = true }
parking_lot = "0.12"
pin-project-lite = "0.2"
rand = "0.8"
rustls = { version = "0.23", optional = true }
rustls = { version = "0.23", optional = true, default-features = false, features = ["logging", "ring", "std", "tls12"] }
snap = { version = "1", optional = true }
thiserror = "1.0"
tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
Expand Down

0 comments on commit 9c80cfa

Please sign in to comment.