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:13:04 +00:00
parent 3e9e0469f9
commit 890bdc0b80
7 changed files with 8 additions and 8 deletions

View File

@@ -9,5 +9,5 @@ edition = "2021"
async-graphql = { version = "4.0.16", features = ["uuid"] }
anyhow = "1.0.66"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
serde_json = "1.0.88"
uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] }