Update bson requirement from 0.14.1 to 1.0.0

Updates the requirements on [bson](https://github.com/mongodb/bson-rust) to permit the latest version.
- [Release notes](https://github.com/mongodb/bson-rust/releases)
- [Commits](https://github.com/mongodb/bson-rust/compare/v0.14.1...v1.0.0)

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

View File

@ -19,5 +19,5 @@ reqwest = "0.10.4"
log = "0.4.8"
env_logger = "0.7.1"
mongodb = "1.0.0"
bson = "0.14.1"
bson = "1.0.0"
futures = "0.3.5"