From 9e5b3dab29bd5d5d389cbd05dbe3a74f5d0eec34 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 Jan 2024 02:09:12 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8edd75a..23365e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.9.3" -anyhow = "1.0.75" +anyhow = "1.0.79" [build-dependencies] bindgen = "0.69.1" \ No newline at end of file