From ca9462eb13c524be4166bf6bcff629e461fc6abf Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 18 May 2024 12:07:23 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e07597b..5433d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.9.4" -anyhow = "1.0.85" +anyhow = "1.0.86" [build-dependencies] bindgen = "0.69.4" \ No newline at end of file -- 2.45.2