Update attohttpc requirement from ^0.13 to ^0.14

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.13.0...v0.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-08 03:02:07 +00:00 committed by GitHub
parent 785fd31ec8
commit 6b7d89615f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ include = [
]
[dependencies]
attohttpc = "^0.13"
attohttpc = "^0.14"
base64 = "^0.12"
cfg-if = "^0.1"
duckscript = { version = "^0.5.0", path = "../duckscript" }