From b9afde375537f9b6b67475bef13f6ce30a2dc242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:34:31 +0000 Subject: [PATCH] chore(deps): bump mongodb from 2.8.1 to 2.8.2 Bumps [mongodb](https://github.com/mongodb/mongo-rust-driver) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](https://github.com/mongodb/mongo-rust-driver/compare/v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b035bf4ed..47ce2e626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1953,9 +1953,9 @@ dependencies = [ [[package]] name = "mongodb" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de59562e5c71656c098d8e966641b31da87b89dc3dcb6e761d3b37dcdfa0cb72" +checksum = "ef206acb1b72389b49bc9985efe7eb1f8a9bb18e5680d262fac26c07f44025f1" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 0c19cbd55..4217e405d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ humantime = { version = "2.1.0", default-features = false } humantime-serde = { version = "1.1", default-features = false } iota-crypto = { version = "0.23", default-features = false, features = [ "blake2b", "ed25519", "slip10", "bip39-en" ] } iota-sdk = { version = "1.1", default-features = false, features = [ "std", "serde" ] } -mongodb = { version = "2.4", default-features = false, features = [ "tokio-runtime" ] } +mongodb = { version = "2.8", default-features = false, features = [ "tokio-runtime" ] } packable = { version = "0.8", default-features = false } pin-project = { version = "1.0", default-features = false } prefix-hex = { version = "0.7.0", default-features = false, features = [ "primitive-types", "std" ] }