Update Rust crate serde to 1.0.147

This commit is contained in:
2022-10-26 07:41:37 +00:00
parent 70b3b904b3
commit 7691cf9386
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ tokio = { version = "1", features = ["full"] }
axum = "0.5.1"
# utilty crates
serde = { version = "1.0.136", features = ["derive"] }
serde = { version = "1.0.147", features = ["derive"] }
sqlx = { version = "0.5", features = [
"runtime-tokio-rustls",
"postgres",