From 00a110355da48cf5834097d0077631c5c00a4653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:40:23 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.48 to 1.0.62 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.62. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.62) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/provisioner_cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6539353..0c52c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.48" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "async-stream" diff --git a/crates/provisioner_cli/Cargo.toml b/crates/provisioner_cli/Cargo.toml index 8673cb6..06bf1e6 100644 --- a/crates/provisioner_cli/Cargo.toml +++ b/crates/provisioner_cli/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.48" +anyhow = "1.0.62" clap = "3.0.0-beta.5" diesel = { version = "1.4.8", features = ["postgres"] } futures-util = "0.3.18"