mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
Update dependencies (Tokio 1.0) (#144)
This commit is contained in:
@ -8,9 +8,9 @@ authors = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3.0.0"
|
||||
actix-web = "4.0.0-beta.4"
|
||||
actix-protobuf = { path = "../../" }
|
||||
|
||||
env_logger = "0.7"
|
||||
prost = "0.6.0"
|
||||
prost-derive = "0.6.0"
|
||||
env_logger = "0.8"
|
||||
prost = "0.7"
|
||||
prost-derive = "0.7"
|
||||
|
Reference in New Issue
Block a user