From 60b60238ef58d717d27b86654f89fa9fc99fe90b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 04:00:32 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.81 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d9c36..bb95b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index 00e5a9b..0183dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono = { version = "0.4.22", features = [] } rustc_version = "0.4" [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.81" base16ct = { version = "0.1.1", features = ["alloc"] } bincode = "1.3.3" bytes = { version = "1.2.1", features = ["serde"] }