From 4f2ed7122507a377e9ced57711ea196ebbbe220f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 17 May 2024 18:07:11 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.84 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b06c9b..8ecd72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.9.4" -anyhow = "1.0.83" +anyhow = "1.0.84" [build-dependencies] bindgen = "0.69.4" \ No newline at end of file