1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: accept newer branch of crate rustls-platform-verifier
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-02-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@
[dependencies]
imap-next = { version = "0.3", features = ["tag_generator", "ext_id", "ext_metadata"] }
rip-starttls = { version = "0.1", optional = true, features = ["tokio"] }
-rustls-platform-verifier = { version = "0.4", optional = true }
+rustls-platform-verifier = { version = ">= 0.4, <= 0.5", optional = true }
thiserror = "2"
tokio = { version = "1.37", default-features = false, features = ["io-util", "net", "time"] }
tokio-native-tls = { version = "0.3", optional = true }
|