diff --git a/Cargo.toml b/Cargo.toml index afb2017..87f317a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = {version = "0.12.8", features = ["json", "rustls-tls", "gzip", "brotli 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.211", features = ["derive"]} -serde_json = "1.0.116" +serde_json = "1.0.132" tokio = {version = "1.41.0", features = ["full"]}