Skip to content

Commit

Permalink
enable the default logging feature of rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Aug 12, 2024
1 parent b480f68 commit e2ef0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url = "2.1"

hyper = "1.0"
hyper-util = { version = "0.1", features = ["client", "client-legacy"] }
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring"] }
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "logging"] }
hyper-timeout = "0.5"
headers = "0.4"
http-body-util = "0.1"
Expand Down

0 comments on commit e2ef0ca

Please sign in to comment.