1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

fixup other cargo manifests

This commit is contained in:
Rob Ede
2021-04-02 11:44:18 +01:00
parent bb1cc7443f
commit d0f0fb474b
6 changed files with 69 additions and 6 deletions

View File

@ -19,10 +19,10 @@ name = "actix_protobuf"
path = "src/lib.rs"
[dependencies]
actix-web = { version = "4.0.0-beta.4", default_features = false }
actix-rt = "2"
actix-web = { version = "4.0.0-beta.5", default_features = false }
derive_more = "0.99.5"
futures-util = { version = "0.3.7", default-features = false }
derive_more = "0.99"
prost = "0.7"
[dev-dependencies]

View File

@ -8,7 +8,7 @@ authors = [
]
[dependencies]
actix-web = "4.0.0-beta.4"
actix-web = "4.0.0-beta.5"
actix-protobuf = { path = "../../" }
env_logger = "0.8"