chore: fix derive_more feature requirements for actix-files

fixes #3842
This commit is contained in:
Rob Ede 2025-11-26 16:30:40 +00:00
parent bbfd402f09
commit 37ff707b52
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ actix-web = { version = "4", default-features = false }
bitflags = "2" bitflags = "2"
bytes = "1" bytes = "1"
derive_more = { version = "2", features = ["display", "error", "from"] } derive_more = { version = "2", features = ["deref", "deref_mut", "display", "error", "from"] }
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] } futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
http-range = "0.1.4" http-range = "0.1.4"
log = "0.4" log = "0.4"