diff --git a/Cargo.toml b/Cargo.toml index ca817a8..3cc7acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]}