Update Rust crate serde_json to 1.0.87

This commit is contained in:
2022-10-26 07:41:41 +00:00
parent 70b3b904b3
commit ad6b2c0696
7 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ axum = "0.5.13"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
serde_json = "1.0.87"
tokio = { version = "1.20.1", features = ["full"] }
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }