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:
@ -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"
|
||||
|
Reference in New Issue
Block a user