File: 1002_rustls-platform-verifier.patch

package info (click to toggle)
rust-imap-client 0.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: makefile: 4; sh: 1
file content (16 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
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 }