1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Updated json/json_error to v4. (#490)

This commit is contained in:
Christopher Gubbin 2022-01-29 14:18:21 +00:00 committed by GitHub
parent f703de7b04
commit 68952e48eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ authors = ["Kai Yao <kai.b.yao@gmail.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
actix-web = "3" actix-web = "4.0.0-beta.21"
failure = "0.1" failure = "0.1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"