Upgrade bson to v2 stable

This commit is contained in:
Vikas Raj 2021-09-09 12:37:29 +05:30 committed by GitHub
parent 21775e6665
commit 2c78e5840d

View File

@ -47,7 +47,7 @@ bytes = { version = "1.0.1", features = ["serde"] }
mime = "0.3.15"
# Feature optional dependencies
bson = { version = "2.0.0-beta.1", optional = true, features = ["chrono-0_4"] }
bson = { version = "2.0.0", optional = true, features = ["chrono-0_4"] }
chrono = { version = "0.4.19", optional = true }
chrono-tz = { version = "0.5.3", optional = true }
log = { version = "0.4.14", optional = true }