From 7c134997aa7b918e5865e1da62e99c10294405ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 01:17:55 +0000 Subject: [PATCH] Update Rust crate mongodb to 2.6.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81ec8b6..7a012ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,9 +953,9 @@ dependencies = [ [[package]] name = "mongodb" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcd85ec209a5b84fd9f54b9e381f6fa17462bc74160d018fc94fd8b9f61faa8" +checksum = "16928502631c0db72214720aa479c722397fe5aed6bf1c740a3830b3fe4bfcfe" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index c00c2f1..b3c6b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "mongodb-data-api" anyhow = "1.0.72" axum = { version = "0.6.20", features = ["tracing"] } clap = { version = "4.3.21", features = ["derive", "env"] } -mongodb = { version = "2.6.0", features = ["tracing-unstable"] } +mongodb = { version = "2.6.1", features = ["tracing-unstable"] } tokio = { version = "1.31.0", features = ["tokio-macros", "rt-multi-thread"] } serde = { version = "1.0.183", features = ["derive"] } tracing = "0.1"