build(deps): bump anyhow from 1.0.35 to 1.0.38

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.38.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.35...1.0.38)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-25 09:18:15 +00:00 committed by OpenShift Merge Robot
parent b4b13bbc53
commit 7492f44db2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -17,9 +17,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.35"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
[[package]]
name = "arrayref"

View File

@ -5,7 +5,7 @@ authors = ["Colin Walters <walters@verbum.org>", "Jonathan Lebon <jonathan@jlebo
edition = "2018"
[dependencies]
anyhow = "1.0.35"
anyhow = "1.0.38"
paste = "1.0"
serde = { version = "1.0.122", features = ["derive"] }
serde_derive = "1.0.118"