From 2c78e5840d85cee0835c287fd28d9c7da7904d6a Mon Sep 17 00:00:00 2001 From: Vikas Raj Date: Thu, 9 Sep 2021 12:37:29 +0530 Subject: [PATCH] Upgrade `bson` to v2 stable --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22b1c7ac..dcd062eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }