http_private: use PanicSentinel

This commit is contained in:
Joakim Frostegård 2022-04-06 18:48:23 +02:00
parent f50c8970b5
commit a4c7e79dc9
5 changed files with 28 additions and 9 deletions

View file

@ -30,6 +30,7 @@ mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }
rustls = "0.20"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
socket2 = { version = "0.4", features = ["all"] }
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls" , "mysql" ] }
tokio = { version = "1", features = ["full"] }