Update Rust crate serde_json to 1.0.88
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-18 14:25:56 +00:00
parent a3a10e7f35
commit 34e009e53c
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ async-graphql = { version = "4.0.16", features = [
] }
async-graphql-axum = { version = "4.0.16" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
serde_json = "1.0.88"
tokio = { version = "1.21", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3" }