diff --git a/Cargo.lock b/Cargo.lock index 8af2138..a3adebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "bson" -version = "2.11.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a88e82b9106923b5c4d6edfca9e7db958d4e98a478ec115022e81b9b38e2c8" +checksum = "068208f2b6fcfa27a7f1ee37488d2bb8ba2640f68f5475d08e1d9130696aba59" dependencies = [ "ahash", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 87bc228..e7d7a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tower-http = { version = "0.5", features = [ chrono = "0.4.38" async-trait = "0.1.81" # Investigate if wither::bson can be used instead and activate this feature. -bson = { version = "2.10.0", features = ["serde_with", "chrono-0_4"] } +bson = { version = "2.13.0", features = ["serde_with", "chrono-0_4"] } jsonwebtoken = "9.3.0" once_cell = "1.20.0" bcrypt = "0.15.1"