mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
update all packages to use actix-web v3 (#94)
This commit is contained in:
@ -16,13 +16,13 @@ name = "actix_protobuf"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "3.0.0", default_features = false }
|
||||
actix-rt = "1.1.1"
|
||||
|
||||
bytes = "0.5"
|
||||
futures-util = { version = "0.3.5", default-features = false }
|
||||
derive_more = "0.99"
|
||||
|
||||
actix-rt = "1"
|
||||
actix-web = { version = "3.0.0-alpha.3", default_features = false }
|
||||
|
||||
prost = "0.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user