From 8124cb4d2b7ee5c74bb7af2e38821e087ce8be39 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 10 Apr 2024 06:08:16 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d07bff..b54122b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.9.4" -anyhow = "1.0.81" +anyhow = "1.0.82" [build-dependencies] bindgen = "0.69.4" \ No newline at end of file