From c3c871b321af76e9c64455b876642cb11252ddbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 04:06:35 +0000 Subject: [PATCH] Bump anyhow from 1.0.97 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tacd/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 694f5b7..d415b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "async-channel" diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 8a813ba..cf9dfed 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -21,7 +21,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"] [dependencies] acme_common = { path = "../acme_common" } -anyhow = "1.0.81" +anyhow = "1.0.99" clap = { version = "4.5.3", features = ["string"] } log = "0.4.21" openssl = "0.10.64"