[security] disable io_uring

This commit is contained in:
2024-11-05 09:52:55 +01:00
parent 3a6bdb46e4
commit d7a9f54769
2 changed files with 8 additions and 73 deletions

View File

@ -12,7 +12,7 @@ todo = "warn"
unwrap_used = "warn"
[dependencies]
actix-web = { version = "4", features = ["experimental-io-uring"] }
actix-web = { version = "4" }
actix-files = "0.6"
clap = { version = "4", features = ["cargo", "derive"] }