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 @@ axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
serde_json = "1.0.88"
tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }