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