Update Rust crate anyhow to 1.0.71 #9

Merged
hodasemi merged 1 commit from renovate/anyhow-1.x into master 2023-05-01 13:31:04 +00:00
Showing only changes of commit e091a744fb - Show all commits

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
memmap2 = "0.5.10"
anyhow = "1.0.70"
anyhow = "1.0.71"
[build-dependencies]
bindgen = "0.65.1"