From 3d8c38904e24338083b2018acfbf9b795825fb8f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Aug 2022 21:00:38 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.62 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85a7f60..f9836f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "archlinuxcn-packages" diff --git a/Cargo.toml b/Cargo.toml index d1531a5..e6e5963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] actix-web = "4.1.0" ansi-to-html = "0.1.0" -anyhow = "1.0.61" +anyhow = "1.0.62" bigdecimal = "0.3.0" cached = "0.38.0" chrono = "0.4.22"