1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Update json/jsonrpc to v4 (#491)

This commit is contained in:
Luca Palmieri
2022-02-02 15:16:19 +00:00
committed by GitHub
parent 5dec713add
commit 71899bf343
3 changed files with 9 additions and 9 deletions

View File

@ -4,11 +4,11 @@ version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "3"
actix-web = "4.0.0-beta.21"
bytes = "0.5"
env_logger = "0.8"
bytes = "1.1.0"
env_logger = "0.9.0"
futures-util = "0.3"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json = "1.0.78"