fix(deps): update rust crate anyhow to 1.0.66
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-10-25 21:08:49 +00:00
parent fe33018847
commit 53e3217d66
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -64,9 +64,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.60"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "ascii_utils"