Skip to content

Commit

Permalink
Merge pull request #225 from threema-donat/master
Browse files Browse the repository at this point in the history
Enable required features in hyper-rustls
  • Loading branch information
dermesser authored Jun 10, 2024
2 parents 4d27772 + c99d154 commit 4440de3
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 @@ -39,7 +39,7 @@ http = "1"
http-body-util = "0.1"
hyper = "1"
hyper-util = { version = "0.1.5", features = ["client-legacy", "server-auto", "http1", "http2", "server-graceful"] }
hyper-rustls = { version = "0.27", optional = true, default-features = false, features = ["http2"] }
hyper-rustls = { version = "0.27", optional = true, default-features = false, features = ["http1", "http2", "rustls-native-certs", "ring"] }
hyper-tls = { version = "0.6.0", optional = true }
itertools = "0.13"
log = "0.4"
Expand Down

0 comments on commit 4440de3

Please sign in to comment.