From 2a59415b111f7887ffef3dba914241e27316ccbd Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 20 Aug 2023 02:04:12 +0200 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8220d5b..834f36d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] memmap2 = "0.7.1" -anyhow = "1.0.74" +anyhow = "1.0.75" [build-dependencies] bindgen = "0.66.1" \ No newline at end of file