From b1f024933936aadf27f7dcf70e84ee3a09b2c44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:50:53 +0000 Subject: [PATCH] Bump mongodb from 3.2.3 to 3.2.5 Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++---------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9305e34..418152a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1615,9 +1615,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", @@ -1647,7 +1647,7 @@ dependencies = [ "serde", "serde_bytes", "serde_with", - "sha-1", + "sha1", "sha2", "socket2", "stringprep", @@ -1664,9 +1664,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", @@ -2726,17 +2726,6 @@ dependencies = [ "url", ] -[[package]] -name = "sha-1" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - [[package]] name = "sha1" version = "0.10.6" diff --git a/Cargo.toml b/Cargo.toml index 49e5d65..b58ac8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] dotenv = "0.15.0" envconfig = { version = "0.11.0"} -mongodb = "3.2.3" +mongodb = "3.2.5" poise = "0.6.1" tokio = { version = "1.44.2", features = ["full"] } tracing = "0.1.41"