Update mongodb requirement from 0.10.0 to 1.0.0

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](https://github.com/mongodb/mongo-rust-driver/compare/v0.10.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-19 05:09:44 +00:00 committed by GitHub
parent 88005c6603
commit adc8e23356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ human_format = "1.0.3"
reqwest = "0.10.4" reqwest = "0.10.4"
log = "0.4.8" log = "0.4.8"
env_logger = "0.7.1" env_logger = "0.7.1"
mongodb = "0.10.0" mongodb = "1.0.0"
bson = "0.14.1" bson = "0.14.1"
futures = "0.3.5" futures = "0.3.5"