From be545d2cc03f3a3d498654ae903ae169e71119d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:20:39 +0000 Subject: [PATCH] fix(deps): bump mongodb from 3.5.0 to 3.5.1 Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: mongodb dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ade2958..b3c221b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1998,9 +1998,9 @@ checksum = "224484c5d09285a7b8cb0a0c117e847ebd14cb6e4470ecf68cdb89c503b0edb9" [[package]] name = "mongodb" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ed2c028a2c04ad58faa2e0f4ee82c1319f0e495b710ca8e8498fde4b395f64" +checksum = "803dd859e8afa084c255a8effd8000ff86f7c8076a50cd6d8c99e8f3496f75c2" dependencies = [ "base64", "bitflags 2.10.0", @@ -2044,9 +2044,9 @@ dependencies = [ [[package]] name = "mongodb-internal-macros" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28a42ac35ea5c79f6539851d79d7cfe3322358f7d0d7bf040eb3e1558efc0a4c" +checksum = "a973ef3dd3dbc6f6e65bbdecfd9ec5e781b9e7493b0f369a7c62e35d8e5ae2c8" dependencies = [ "macro_magic", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5ae29e9..e587a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0" uuid = { version = "1.20.0", features = ["v7", "serde"] } chrono = { version = "0.4.43", features = ["serde"] } jsonb_schema = { git = "https://github.com/dataunitylab/jsonb", branch = "jsonb-schema" } -mongodb = { version = "3.5.0", optional = true } +mongodb = { version = "3.5.1", optional = true } tokio-postgres = "0.7.10" tokio = { version = "1.49.0", features = ["full"] } async-trait = "0.1.89"