Update Rust crate serde to 1.0.148

This commit is contained in:
renovate[bot] 2022-11-28 03:50:56 +00:00
parent f3e7374dbc
commit 2dd5b30293
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ regex = "1.7.0"
reqwest = {version = "0.11.13", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.147", features = ["derive"]}
serde = {version = "1.0.148", features = ["derive"]}
serde_json = "1.0.89"
tokio = {version = "1", features = ["full"]}