Skip to content

Commit

Permalink
Update mongodb requirement from 2.7.0 to 3.0.1
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.7.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent cecfba0 commit 69f2e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
[dependencies]
async-trait = "0.1.77"
bson = { version = "2.7.0", features = ["time-0_3"] }
mongodb = { version = "2.7.0" }
mongodb = { version = "3.0.1" }
rmp-serde = "1.1.2"
serde = "1.0.195"
thiserror = "1.0.56"
Expand Down

0 comments on commit 69f2e38

Please sign in to comment.