From 6bee9d08165877db262feaef9111fdfcfe10841a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:15:13 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.48 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.69) --- 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..9f5e89a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.48" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "async-stream" diff --git a/crates/provisioner_cli/Cargo.toml b/crates/provisioner_cli/Cargo.toml index 8673cb6..4765f3f 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.69" clap = "3.0.0-beta.5" diesel = { version = "1.4.8", features = ["postgres"] } futures-util = "0.3.18"