Update attohttpc requirement from ^0.15 to ^0.16

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-03 03:03:09 +00:00 committed by GitHub
parent c20ed30769
commit 7f79a719a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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