Browse Source

Update attohttpc requirement from 0.17 to 0.18

Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/55/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
9104fc99d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -21,7 +21,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored", "attohttpc
[dependencies]
acme_common = { path = "../acme_common" }
attohttpc = { version = "0.17", default-features = false, features = ["charsets", "json"] }
attohttpc = { version = "0.18", default-features = false, features = ["charsets", "json"] }
bincode = "1.3"
clap = "2.32"
glob = "0.3"

Loading…
Cancel
Save