Skip to content

Commit

Permalink
Remove Quic feature on rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Nov 3, 2023
1 parent 932d141 commit f85b951
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 @@ -13,7 +13,7 @@ hyper = { version = "0.14.27", features = ["http1", "http2"] }
log = "0.4.20"
pin-project = "1.1.3"
prost = "0.12.1"
rustls = { version = "0.21.8", features = ["quic"] }
rustls = "0.21.8"
tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] }
tonic = "0.10.2"
tonic-reflection = "0.10.2"
Expand Down

0 comments on commit f85b951

Please sign in to comment.