Update Rust crate serde_json to 1.0.89
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-22 14:40:07 +00:00
parent a1e9f31dc2
commit 1275ac07fd
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.88"
serde_json = "1.0.89"
tokio = { version = "1.22", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3" }