Update attohttpc requirement from ^0.12 to ^0.13

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-27 03:30:11 +00:00 committed by GitHub
parent 56c635b949
commit 0a3e66a443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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