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