From 75c4f9d6213131c49cb870a33f84b5d28f9f2c85 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 22 Mar 2023 02:03:14 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b034973..c9c94d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.5.10" -anyhow = "1.0.69" +anyhow = "1.0.70" [build-dependencies] bindgen = "0.64.0" \ No newline at end of file -- 2.45.2