From 4860ea2b651833279226b87d5c27062fb75f2856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:35:26 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.78 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91d9c36..36234dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index 00e5a9b..63940cc 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.78" base16ct = { version = "0.1.1", features = ["alloc"] } bincode = "1.3.3" bytes = { version = "1.2.1", features = ["serde"] }