fix skip verif

This commit is contained in:
Pascal Engélibert 2026-03-03 09:38:31 +01:00
commit 7c7414cf93
3 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@ log = "0.4.28"
rustls-platform-verifier = "0.6.2"
sslrelay = { path = "../sslrelay", optional = true }
static_cell = "2.1.1"
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"]}
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt-multi-thread", "sync", "time"]}
tokio-rustls = "0.26.4"
tokio-util = { version = "0.7.18", features = ["codec"] }
x509-parser = "0.18.1"