Timeout, reduce log

This commit is contained in:
Pascal Engélibert 2025-11-14 16:33:36 +01:00
commit b51a09795f
6 changed files with 137 additions and 669 deletions

View file

@ -6,14 +6,14 @@ edition = "2024"
[dependencies]
argp = "0.4.0"
aws-lc-rs = "1.14.1"
console-subscriber = "0.5.0"
#console-subscriber = "0.5.0"
futures-util = "0.3.31"
memchr = "2.7.6"
regex = "1.12.2"
sslrelay = { path = "../sslrelay" }
static_cell = "2.1.1"
tlsh = { package = "fast-tlsh", version = "0.1.10", features = ["easy-functions"] }
tokio = { version = "1.48.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time", "tracing"]}
tokio = { version = "1.48.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"]}
tokio-rustls = "0.26.4"
tokio-util = { version = "0.7.6", features = ["codec"] }
x509-parser = "0.18.0"