fix(deps): update rust crate serde to 1.0.211

This commit is contained in:
renovate[bot] 2024-10-22 13:29:08 +00:00
parent 8b23722c84
commit ae4930ffcd

View File

@ -15,6 +15,6 @@ regex = "1.10.4"
reqwest = {version = "0.12.4", 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.200", features = ["derive"]}
serde = {version = "1.0.211", features = ["derive"]}
serde_json = "1.0.116"
tokio = {version = "1.37.0", features = ["full"]}