Merge pull request #3 from Geometrically/dependabot/cargo/mongodb-1.0.0

Update mongodb requirement from 0.10.0 to 1.0.0
This commit is contained in:
Geometrically
2020-06-18 22:11:42 -07:00
committed by GitHub

View File

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