Skip to content

Commit

Permalink
chore(deps): Bump mongodb from 2.7.0 to 2.7.1 (vectordotdev#19023)
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v2.7.0...v2.7.1)

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

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] committed Nov 2, 2023
1 parent 63bb9e4 commit 602f630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -280,7 +280,7 @@ logfmt = { version = "0.0.2", default-features = false, optional = true }
lru = { version = "0.12.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.7.0", default-features = false, features = ["tokio-runtime"], optional = true }
mongodb = { version = "2.7.1", default-features = false, features = ["tokio-runtime"], optional = true }
async-nats = { version = "0.32.1", default-features = false, optional = true }
nkeys = { version = "0.3.1", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
Expand Down

0 comments on commit 602f630

Please sign in to comment.