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

remove jsoncrate

This commit is contained in:
Rob Ede
2023-07-18 17:34:26 +01:00
parent 01cb601f67
commit 1a634a983f
3 changed files with 2 additions and 40 deletions

7
Cargo.lock generated
View File

@ -4116,12 +4116,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json-example"
version = "1.0.0"
@ -4129,7 +4123,6 @@ dependencies = [
"actix-web",
"env_logger",
"futures-util",
"json",
"log",
"serde",
"serde_json",