Update Rust crate anyhow to 1.0.72 #16

Merged
hodasemi merged 1 commit from renovate/anyhow-1.x into master 2023-07-17 14:54:25 +00:00
Showing only changes of commit 879e3093d1 - Show all commits

View file

@ -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"