From 8ac5fa51cbdfd6c6b827ec0c713f5fd44530c251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 20:09:08 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.71 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92dba0f..2861858 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index b3e6b5b..987a127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" license = "MIT/Apache-2.0" [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.71" termion = "2.0.1" unicode-segmentation = "1.10.1"