mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
bump actix-web to 4.0.0-rc.1
This commit is contained in:
@ -18,11 +18,11 @@ name = "actix_protobuf"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "2"
|
||||
actix-web = { version = "4.0.0-beta.17", default_features = false }
|
||||
actix-web = { version = "4.0.0-rc.1", default_features = false }
|
||||
derive_more = "0.99.5"
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
prost = { version = "0.9", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = { version = "4.0.0-rc.2", default_features = false, features = ["macros"] }
|
||||
prost = { version = "0.9", default_features = false, features = ["prost-derive"] }
|
||||
|
Reference in New Issue
Block a user