1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update bitflags to v2

This commit is contained in:
Rob Ede
2023-05-06 11:38:51 +01:00
parent 8b2b755cde
commit 6fdda45ca3
8 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,7 @@ actix-service = "2"
actix-utils = "3"
actix-web = { version = "4", default-features = false }
bitflags = "1"
bitflags = "2"
bytes = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }