diff --git a/Cargo.toml b/Cargo.toml index e166ec0..61a1975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ getset = "0.1.2" hyper = { version = "1.1.0", features = ["full"] } jsonwebtoken = "9.2.0" mockall = "0.13.0" -mongodb = { version = "2.8.0", features = ["bson-chrono-0_4", "bson-uuid-1"] } +mongodb = { version = "3.0.0", features = ["bson-chrono-0_4", "bson-uuid-1"] } regex = "1.10.3" reqwest = { version = "0.11.24", features = ["json"] } rs-firebase-admin-sdk = "1.2.2"