Update Rust crate anyhow to 1.0.69

This commit is contained in:
RenovateBot 2023-02-06 02:03:02 +01:00
parent 36ac16f52f
commit 9ed92fffc8

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
memmap2 = "0.5.8" memmap2 = "0.5.8"
anyhow = "1.0.68" anyhow = "1.0.69"
[build-dependencies] [build-dependencies]
bindgen = "0.63.0" bindgen = "0.63.0"