From 3577fa33f4d0404daa9c77fcb34d4f9cdf84ba9b Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Sat, 21 Feb 2026 01:51:41 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.102 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a99b43f..4c74b8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.68" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index b91987e..5f71845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = '2021' [dependencies] actix-web = '4.3' -anyhow = '1.0' +anyhow = '1.0.102' bincode = '1.3' compression = '0.1' dogstatsd = '0.7'