From c50e08ac0e5a42ab643c747e6dcc0bee8576e93b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 20 Feb 2024 02:06:31 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.80 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3723e72..e93fc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.9.4" -anyhow = "1.0.79" +anyhow = "1.0.80" [build-dependencies] bindgen = "0.69.4" \ No newline at end of file