Browse Source
Merge pull request #44 from breard-r/dependabot/cargo/attohttpc-0.17
Update attohttpc requirement from 0.16 to 0.17
pull/47/head
Rodolphe Bréard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|