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

Update json/json to v4 (#489)

This commit is contained in:
Luca Palmieri
2022-01-29 16:44:20 +00:00
committed by GitHub
parent 5df5bd10ea
commit c2b5d89ea6
3 changed files with 13 additions and 24 deletions

6
Cargo.lock generated
View File

@ -3215,10 +3215,8 @@ checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
name = "json-example"
version = "0.1.0"
dependencies = [
"actix-rt 1.1.1",
"actix-service 1.0.6",
"actix-web 3.3.3",
"env_logger 0.8.4",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
"futures",
"json",
"serde 1.0.136",