From 35e45e432f5c34ec78f861f755646939cb4d541d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 03:27:53 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81ec8b6..1df614d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index c00c2f1..ce8b42e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["mongodb"] name = "mongodb-data-api" [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.75" axum = { version = "0.6.20", features = ["tracing"] } clap = { version = "4.3.21", features = ["derive", "env"] } mongodb = { version = "2.6.0", features = ["tracing-unstable"] }