Skip to content

Commit 5b0cf74

Browse files
committed
Use the platform-native verifier for email TLS
1 parent abac8f6 commit 5b0cf74

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

Cargo.lock

Lines changed: 7 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@ features = ["serde"]
356356
version = "0.11.18"
357357
default-features = false
358358
features = [
359-
"tokio1-rustls-tls",
359+
"tokio1-rustls",
360+
"rustls-platform-verifier",
361+
"aws-lc-rs",
360362
"hostname",
361363
"builder",
362364
"tracing",
@@ -528,7 +530,7 @@ version = "1.12.0"
528530

529531
# Use platform-specific verifier for TLS
530532
[workspace.dependencies.rustls-platform-verifier]
531-
version = "0.5.3"
533+
version = "0.6.0"
532534

533535
# systemd service status notification
534536
[workspace.dependencies.sd-notify]

0 commit comments

Comments
 (0)