From 124a282cf2c2809f0e67aa93e87bb8066d1aa0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:07:34 +0000 Subject: [PATCH] fix(deps): 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 b270a53..bc23dc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,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-stream" diff --git a/Cargo.toml b/Cargo.toml index 6e37642..2d7031f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ figment = { version = "0.10.10", features = ["toml", "env"] } # error types thiserror = "1.0.37" -anyhow = "1.0.72" +anyhow = "1.0.75" # tokio tracing crate tracing = "0.1.37"