From 37765a1234194b98895f8f9ea57a257a9b05341e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:19:03 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.71 to 1.0.72 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.71...1.0.72) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/stctl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f0953d..ae51e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "anymap2" diff --git a/crates/stctl/Cargo.toml b/crates/stctl/Cargo.toml index 85be4cc..0c7b4e6 100644 --- a/crates/stctl/Cargo.toml +++ b/crates/stctl/Cargo.toml @@ -15,7 +15,7 @@ homepage = "https://github.com/futursolo/stellation" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.72" clap = { version = "4.3.12", features = ["derive"] } serde = { version = "1.0.168", features = ["derive"] } tokio = { version = "1.29.1", features = ["full"] }