fix(deps): update rust crate serde to 1.0.162

This commit is contained in:
renovate[bot] 2023-05-05 04:33:00 +00:00
parent cba08ccf5a
commit af266e79a7
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ regex = "1.8.1"
reqwest = {version = "0.11.17", 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.161", features = ["derive"]}
serde = {version = "1.0.162", features = ["derive"]}
serde_json = "1.0.96"
tokio = {version = "1", features = ["full"]}