Update Rust crate anyhow to 1.0.71
This commit is contained in:
parent
9f4eb46772
commit
e091a744fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
memmap2 = "0.5.10"
|
memmap2 = "0.5.10"
|
||||||
anyhow = "1.0.70"
|
anyhow = "1.0.71"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.65.1"
|
bindgen = "0.65.1"
|
Loading…
Reference in a new issue