Fix more bugs

This commit is contained in:
Pascal Engélibert 2025-11-06 17:27:16 +01:00
commit 5656af0781
4 changed files with 82 additions and 28 deletions

View file

@ -10,7 +10,7 @@ console-subscriber = "0.5.0"
futures-util = "0.3.31"
memchr = "2.7.6"
regex = "1.12.2"
sslrelay = { path = "../sslrelay-lib" }
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"]}