Skip to content

Commit

Permalink
fix(deps): update mongodb requirement from 2.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mongodb](https://github.com/mongodb/mongo-rust-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-rust-driver/releases)
- [Commits](mongodb/mongo-rust-driver@v2.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 8652019 commit 689eb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console = "0.15.0"
mysql = "25.0.0"
regex = "1.4.3"
semver = "1.0.4"
mongodb = { version = "2.0.0", features = ["sync"], default-features = false }
mongodb = { version = "3.1.0", features = ["sync"], default-features = false }
bson = "2.0.0"
humanesort = "0.1.0-alpha"

Expand Down

0 comments on commit 689eb41

Please sign in to comment.