Browse Source

Update attohttpc requirement from 0.16 to 0.17

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.16.0...v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/44/head
dependabot-preview[bot] 4 years ago
committed by GitHub
parent
commit
4b0bd843be
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.16", default-features = false, features = ["charsets", "json"] }
attohttpc = { version = "0.17", default-features = false, features = ["charsets", "json"] }
bincode = "1.3"
clap = "2.32"
glob = "0.3"

Loading…
Cancel
Save