net/tls: Port code to latest rcgen version

This commit is contained in:
x
2025-12-25 12:55:19 +00:00
parent add9bb596c
commit c3e227adf1
4 changed files with 52 additions and 26 deletions

View File

@@ -76,9 +76,8 @@ tor-proto = {version = "0.37.0", optional = true}
tor-cell = {version = "0.37.0", optional = true}
# TLS cert utilities
ed25519-compact = {version = "2.1.1", optional = true}
rcgen = {version = "0.12.1", optional = true}
rustls-pemfile = {version = "2.2.0", optional = true}
ed25519-compact = {version = "2.2.0", optional = true}
rcgen = {version = "0.14.6", optional = true, features = ["pem"]}
x509-parser = {version = "0.17.0", features = ["validate", "verify"], optional = true}
# Encoding
@@ -224,7 +223,6 @@ net-defaults = [
"futures-rustls",
"rcgen",
"regex",
"rustls-pemfile",
"semver",
"serde",
"socket2",