From 0159ef0086af467faf015d61395508be55f47bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:30:14 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.48 to 1.0.58 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.58. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.58) --- 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..be44f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.48" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "async-stream" diff --git a/crates/provisioner_cli/Cargo.toml b/crates/provisioner_cli/Cargo.toml index 8673cb6..86730e3 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.58" clap = "3.0.0-beta.5" diesel = { version = "1.4.8", features = ["postgres"] } futures-util = "0.3.18"