mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 17:17:22 +01:00
Add missing version
for serde_json
in Cargo.toml
No idea how that went away
This commit is contained in:
parent
968ee44631
commit
f66893fbda
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ tower-service = "0.3"
|
|||
base64 = { version = "0.13", optional = true }
|
||||
headers = { version = "0.3", optional = true }
|
||||
multer = { version = "2.0.0", optional = true }
|
||||
serde_json = { features = ["raw_value"], optional = true }
|
||||
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
|
||||
serde_urlencoded = { version = "0.7", optional = true }
|
||||
sha-1 = { version = "0.10", optional = true }
|
||||
tokio-tungstenite = { version = "0.17", optional = true }
|
||||
|
|
Loading…
Reference in a new issue