From 793fb2c01b40e2276b0e106c6d7ba90d288062e4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 16 Aug 2023 02:03:51 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c23701..8220d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.7.1" -anyhow = "1.0.72" +anyhow = "1.0.74" [build-dependencies] bindgen = "0.66.1" \ No newline at end of file