use parking_lot mutex to ignore all poisoning

This commit is contained in:
Khaïs COLIN 2025-10-19 17:50:07 +02:00
parent 957e15d0d8
commit 1bb63b1fa4
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 9 additions and 6 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.6"
parking_lot = "0.12.5"
rusqlite = { version = "0.37.0", features = ["bundled"] }
tokio = { version = "1.48.0", features = ["full"] }
tower-http = { version = "0.6.6", features = ["trace"] }