From 40a988066b0952f11dd2d8504439cd103fb25027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:30:21 +0000 Subject: [PATCH] chore(deps): bump mongodb from 2.0.0-alpha.1 to 2.0.1 Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.0.0-alpha.1 to 2.0.1. - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.0.0-alpha.1...v2.0.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5e48c7b49abd..b665d704f9a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,9 +770,9 @@ dependencies = [ [[package]] name = "bson" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dcc15cd0b9aff8e8326561dcf0bb6e56d0e559f3a4897f615b4a5075ab54c46" +checksum = "ff58d466782b57e0001c8e97c6a70c01c2359d7e13e257a83654c0b783ecc139" dependencies = [ "ahash", "base64 0.13.0", @@ -3799,9 +3799,9 @@ checksum = "717e29a243b81f8130e31e24e04fb151b04a44b5a7d05370935f7d937e9de06d" [[package]] name = "mongodb" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b465d2f8add538efbaa3f22ae63be191b871ca511413405a59b8247cf2f6ef9" +checksum = "d419667771704b002e6837d52f7461f70cea853f58c077d299f132ed6f75b2ad" dependencies = [ "async-trait", "base64 0.13.0", @@ -7299,7 +7299,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 5b4c42b18bb37..98eb49364c9ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -246,7 +246,7 @@ maxminddb = { version = "0.21.0", default-features = false, optional = true } md-5 = { version = "0.9", optional = true } # make sure to update the external docs when the Lua version changes mlua = { version = "0.6.5", default-features = false, features = ["lua54", "send", "vendored"], optional = true } -mongodb = { version = "2.0.0", default-features = false, features = ["tokio-runtime"], optional = true } +mongodb = { version = "2.0.1", default-features = false, features = ["tokio-runtime"], optional = true } async-nats = { version = "0.10.1", default-features = false, optional = true } no-proxy = { version = "0.3.1", default-features = false, features = ["serialize"] } nom = { version = "7.0.0", default-features = false, optional = true }