Skip to content

Commit 9a933f5

Browse files
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](mongodb/mongo-rust-driver@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] <support@github.com>
1 parent 2cf98c8 commit 9a933f5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde_json = "1.0"
1111
uuid = { version = "1.8.0", features = ["v7", "serde"] }
1212
chrono = { version = "0.4.43", features = ["serde"] }
1313
jsonb_schema = { git = "https://github.com/dataunitylab/jsonb", branch = "jsonb-schema" }
14-
mongodb = { version = "3.5.0", optional = true }
14+
mongodb = { version = "3.5.1", optional = true }
1515
tokio-postgres = "0.7.10"
1616
tokio = { version = "1.49.0", features = ["full"] }
1717
async-trait = "0.1.89"

0 commit comments

Comments
 (0)