diff --git a/Cargo.toml b/Cargo.toml index d44fc6a..987945a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ jsonwebtoken = "9.2.0" mockall = "0.13.0" mongodb = { version = "2.8.0", features = ["bson-chrono-0_4", "bson-uuid-1"] } regex = "1.10.3" -reqwest = { version = "0.11.24", features = ["json"] } +reqwest = { version = "0.12.0", features = ["json"] } rs-firebase-admin-sdk = "1.2.2" sendgrid = "0.21.0" serde = { version = "1.0.195", features = ["derive"] }