fix(deps): update rust crate serde to 1.0.194

This commit is contained in:
renovate[bot] 2024-01-02 12:55:04 +00:00 committed by GitHub
parent ddabe12366
commit 7cdda24ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ regex = "1.10.2"
reqwest = {version = "0.11.23", 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.193", features = ["derive"]}
serde = {version = "1.0.194", features = ["derive"]}
serde_json = "1.0.110"
tokio = {version = "1", features = ["full"]}