From 7d5cf75a493ec44817ca2e657623838d8eed16b8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Aug 2022 08:01:05 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.59 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1731409..07e1e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "archlinuxcn-packages" diff --git a/Cargo.toml b/Cargo.toml index 8caf305..adf3bf8 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.58" +anyhow = "1.0.59" bigdecimal = "0.3.0" cached = "0.37.0" chrono = "0.4.19"