use parking_lot mutex to ignore all poisoning
This commit is contained in:
parent
957e15d0d8
commit
1bb63b1fa4
3 changed files with 9 additions and 6 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue