Use rustls-platform-verifier for TLS certificate verification instead of webpki + Use aws-lc for cryptographic operations instead of ring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "jmap"
|
||||
version = "0.15.5"
|
||||
version = "0.16.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -23,7 +23,6 @@ calcard = { version = "0.3" }
|
||||
smtp-proto = { version = "0.2" }
|
||||
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
|
||||
mail-builder = { version = "0.4" }
|
||||
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
|
||||
mail-auth = { path = "/Users/me/code/mail-auth", features = ["generate"] }
|
||||
sieve-rs = { version = "0.7", features = ["rkyv"] }
|
||||
jmap-tools = { version = "0.1", features = ["rkyv"] }
|
||||
@@ -37,12 +36,12 @@ futures-util = "0.3.28"
|
||||
async-stream = "0.3.5"
|
||||
base64 = "0.22"
|
||||
p256 = { version = "0.13", features = ["ecdh"] }
|
||||
hkdf = "0.12.3"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2"]}
|
||||
tokio-tungstenite = "0.28"
|
||||
tungstenite = "0.28"
|
||||
hkdf = "0.13"
|
||||
sha1 = "0.11"
|
||||
sha2 = "0.11"
|
||||
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"]}
|
||||
tokio-tungstenite = "0.29"
|
||||
tungstenite = "0.29"
|
||||
chrono = "0.4"
|
||||
rand = "0.9.0"
|
||||
pkcs8 = { version = "0.10.2", features = ["alloc", "std"] }
|
||||
|
||||
Reference in New Issue
Block a user