Merge pull request #224 from hannobraun/dependabot/cargo/anyhow-1.0.54

Bump anyhow from 1.0.53 to 1.0.54
This commit is contained in:
Hanno Braun 2022-02-21 13:24:55 +01:00 committed by GitHub
commit 1f915832af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -46,9 +46,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.53"
version = "1.0.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
[[package]]
name = "approx"

View File

@ -12,7 +12,7 @@ categories = ["mathematics", "rendering"]
[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.54"
approx = "0.5.1"
bytemuck = "1.7.3"
futures = "0.3.21"