Browse Source

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] <support@github.com>
pull/167/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
c3c871b321
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      tacd/Cargo.toml

4
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"

2
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"

Loading…
Cancel
Save