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