From 5657e6f8bf3dca83ca86b0a0af182659a838919e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:01:55 +0000 Subject: [PATCH] Bump bson from 2.11.0 to 2.13.0 Bumps [bson](https://github.com/mongodb/bson-rust) from 2.11.0 to 2.13.0. - [Release notes](https://github.com/mongodb/bson-rust/releases) - [Commits](https://github.com/mongodb/bson-rust/compare/v2.11.0...v2.13.0) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"