1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

bump prost to 0.9

This commit is contained in:
Rob Ede
2022-02-03 22:14:13 +00:00
parent dbc82001c0
commit f676fc7de5
4 changed files with 5 additions and 3 deletions

View File

@ -54,7 +54,7 @@ serde_json = { version = "1.0.40", optional = true }
[dev-dependencies]
actix-test = "0.1.0-beta.10"
actix-rt = "2.1"
env_logger = "0.0"
env_logger = "0.9"
serde = { version = "1.0.101", features = ["derive"] }
[[example]]