1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

update bitflags to v2

This commit is contained in:
Rob Ede
2023-04-01 21:57:10 +01:00
parent c0693da9ba
commit 54ec06cd23
4 changed files with 10 additions and 2 deletions

View File

@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.60"
[dependencies]
bitflags = "1.2"
bitflags = "2"
bytes = "1"
futures-core = { version = "0.3.7", default-features = false }
futures-sink = { version = "0.3.7", default-features = false }