Merge pull request #2 from Geometrically/dependabot/cargo/bson-1.0.0

Update bson requirement from 0.14.1 to 1.0.0
This commit is contained in:
Geometrically 2020-06-18 22:21:07 -07:00 committed by GitHub
commit bba8cd9b58
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"