Merge pull request #536 from jonathandturner/pin_bson

Pin bson
This commit is contained in:
Jonathan Turner 2019-08-30 15:49:47 +12:00 committed by GitHub
commit 605618bef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ bytes = "0.4.12"
log = "0.4.8"
pretty_env_logger = "0.3.1"
serde = { version = "1.0.98", features = ["derive"] }
bson = "0.13.0"
bson = "=0.13.0"
serde_json = "1.0.40"
serde-hjson = "0.9.1"
serde_yaml = "0.8"