Skip to content

Commit

Permalink
chore(deps): bump mongodb from 2.4.0 to 2.5.0 (vectordotdev#17337)
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent 6afe206 commit 64f4f69
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
49 changes: 45 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ logfmt = { version = "0.0.2", default-features = false, optional = true }
lru = { version = "0.10.0", default-features = false, optional = true }
maxminddb = { version = "0.23.0", default-features = false, optional = true }
md-5 = { version = "0.10", default-features = false, optional = true }
mongodb = { version = "2.4.0", default-features = false, features = ["tokio-runtime"], optional = true }
mongodb = { version = "2.5.0", default-features = false, features = ["tokio-runtime"], optional = true }
nats = { version = "0.24.0", default-features = false, optional = true }
nkeys = { version = "0.2.0", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
Expand Down

0 comments on commit 64f4f69

Please sign in to comment.