Update Rust crate anyhow to 1.0.75
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m3s
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m3s
This commit is contained in:
parent
d1f09d4463
commit
2a59415b11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
memmap2 = "0.7.1"
|
memmap2 = "0.7.1"
|
||||||
anyhow = "1.0.74"
|
anyhow = "1.0.75"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.66.1"
|
bindgen = "0.66.1"
|
Loading…
Reference in a new issue