fix skip verif
This commit is contained in:
parent
c19ca3c7d1
commit
7c7414cf93
3 changed files with 6 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue