Skip to content

Commit

Permalink
chore(quinn): use ring feat on quinn
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Feb 23, 2022
1 parent 56b89e9 commit 2c48c6d
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 @@ -23,7 +23,7 @@ bincode = "1.2.1"
bytes = { version = "1.0.1", features = ["serde"] }
futures = "~0.3.8"
igd = { version = "0.12.0", optional = true, features = ["aio"] }
quinn = { version = "0.8.0", default-features = false, features = ["tls-rustls"] }
quinn = { version = "0.8.0", default-features = false, features = ["tls-rustls", "ring"] }
quinn-proto = "0.8.0"
rcgen = "~0.8.4"
serde = { version = "1.0.117", features = ["derive"] }
Expand Down

0 comments on commit 2c48c6d

Please sign in to comment.