From 879e3093d151b00e1534fd31eefce9e39e82a37f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 16 Jul 2023 02:04:08 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.72 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24008a9..4c23701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.7.1" -anyhow = "1.0.71" +anyhow = "1.0.72" [build-dependencies] bindgen = "0.66.1" \ No newline at end of file