From 2e02444130a6569fecab32fcb70a060d50c2a429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 02:11:43 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.71 --- Cargo.lock | 4 ++-- aquamarine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1ccd9f9a9..93db74b48c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "aquamarine" diff --git a/aquamarine/Cargo.toml b/aquamarine/Cargo.toml index ec58462639..36077ca951 100644 --- a/aquamarine/Cargo.toml +++ b/aquamarine/Cargo.toml @@ -35,7 +35,7 @@ chrono = "0.4.24" base64 = { workspace = true } thiserror = { workspace = true } humantime = "2.1.0" -anyhow = "1.0.70" +anyhow = "1.0.71" eyre = { workspace = true } bytesize = "1.2.0" async-trait = "0.1.68"