From e0b860273c371883c279229459d1c4c6326d54ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:03:10 +0000 Subject: [PATCH] chore(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 f1d0abf..6946c4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,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 = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 70e9248..8e8fd3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ jsonwebtoken = { version = "8.1.1", optional = true } thiserror = "1.0.32" [dev-dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" hex = { version = "0.4.3" }