build(deps): bump attohttpc from 0.14.0 to 0.15.0

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.14.0...v0.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-29 11:06:51 +00:00
parent 433c6c6e06
commit a370bfdc63
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ textwrap = "0.12.0"
term_size = "0.3.2"
# Optional/http:
attohttpc = { version = "0.14.0", optional = true, default-features = false, features = ["tls", "form"] }
attohttpc = { version = "0.15.0", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2", optional = true }
[dev-dependencies]