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 @@ sqlx = { version = "0.5", features = [
"postgres",
"time",
] }
serde_json = "1.0.81"
serde_json = "1.0.87"
dotenv = "0.15.0"
tracing = "0.1"
tracing-subscriber = "0.3"