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

@@ -17,7 +17,7 @@ sqlx = { version = "0.6", features = [
"postgres",
"time",
] }
serde_json = "1.0.87"
serde_json = "1.0.88"
dotenv = "0.15.0"
tracing = "0.1"
tracing-subscriber = "0.3"