From a94aa5d52ec849c8d5d90dbf623377c53d041364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:51:01 +0000 Subject: [PATCH] Bump mongodb in /pg_documentdb_gw in the cargo group across 1 directory Bumps the cargo group with 1 update in the /pg_documentdb_gw directory: [mongodb](https://github.com/mongodb/mongo-rust-driver). Updates `mongodb` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v3.2.3...v3.2.5) --- updated-dependencies: - dependency-name: mongodb dependency-version: 3.2.5 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- pg_documentdb_gw/Cargo.lock | 21 ++++++++++++++++----- pg_documentdb_gw/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/pg_documentdb_gw/Cargo.lock b/pg_documentdb_gw/Cargo.lock index 6e4659bd2..a44abc666 100644 --- a/pg_documentdb_gw/Cargo.lock +++ b/pg_documentdb_gw/Cargo.lock @@ -1374,9 +1374,9 @@ dependencies = [ [[package]] name = "mongodb" -version = "3.2.3" +version = "3.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdf4261933e5113914caec01c4bb16a7502bdaa9cf80fd87191765e7d9ff16b2" +checksum = "f6e3788f35159bbcf461227af84711950525343b64451fdd90de4e237a0b8a13" dependencies = [ "async-trait", "base64 0.13.1", @@ -1406,7 +1406,7 @@ dependencies = [ "serde", "serde_bytes", "serde_with", - "sha-1", + "sha1", "sha2", "socket2", "stringprep", @@ -1423,9 +1423,9 @@ dependencies = [ [[package]] name = "mongodb-internal-macros" -version = "3.2.3" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619176c99deef0d50be51ce3193e9efd6a56ab0f4e6a38d5fd614880d148c7ae" +checksum = "63981427a0f26b89632fd2574280e069d09fb2912a3138da15de0174d11dd077" dependencies = [ "macro_magic", "proc-macro2", @@ -2425,6 +2425,17 @@ dependencies = [ "digest", ] +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + [[package]] name = "sha2" version = "0.10.8" diff --git a/pg_documentdb_gw/Cargo.toml b/pg_documentdb_gw/Cargo.toml index a14e27dca..9c8ff968f 100644 --- a/pg_documentdb_gw/Cargo.toml +++ b/pg_documentdb_gw/Cargo.toml @@ -52,7 +52,7 @@ version = "1.12.1" features = ["v4",] [dev-dependencies] -mongodb = "3.2.0" +mongodb = "3.2.5" reqwest = "0.12.4" [profile.release-with-symbols]