build(deps): bump anyhow from 1.0.33 to 1.0.34 in /rust

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-09 06:33:35 +00:00 committed by OpenShift Merge Robot
parent 6ccf0e06bb
commit 25c80101fc
2 changed files with 3 additions and 3 deletions

4
rust/Cargo.lock generated
View File

@ -11,9 +11,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.33"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
[[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.33"
anyhow = "1.0.34"
serde = "1.0.117"
serde_derive = "1.0.117"
serde_json = "1.0.59"