Merge pull request #130 from ViViDboarder/dependabot/cargo/anyhow-1.0.70

Bump anyhow from 1.0.68 to 1.0.70
This commit is contained in:
Ian 2023-06-14 07:56:50 -07:00 committed by GitHub
commit 0a0d9ed69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "anyhow"
version = "1.0.68"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "async-trait"