From 9ed92fffc86236a9b74871f413d4fb1d8c9b00f8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 6 Feb 2023 02:03:02 +0100 Subject: [PATCH] Update Rust crate anyhow to 1.0.69 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 141ac4d..fb9a15e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.5.8" -anyhow = "1.0.68" +anyhow = "1.0.69" [build-dependencies] bindgen = "0.63.0" \ No newline at end of file