From 5d5a7bca2de3affc4e1e8f82d17c0aee2f9befa1 Mon Sep 17 00:00:00 2001 From: Matrix <113445886@qq.com> Date: Thu, 19 Oct 2017 16:06:40 +0800 Subject: [PATCH] update bson dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25148ad..9616294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "tests" [dependencies] libc = "^0.2" log = "^0.3" -bson = "^0.9" +bson = "^0.10" [dependencies.mongoc-sys] path = "mongoc-sys"