build: bump attohttpc from 0.17.0 to 0.18.0 (#3155)

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-15 13:59:02 +02:00
committed by GitHub
parent 7f9853e16d
commit a063d016b5
2 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ sha-1 = "0.9.8"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }
# Optional/http:
attohttpc = { version = "0.17.0", optional = true, default-features = false, features = ["tls", "form"] }
attohttpc = { version = "0.18.0", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2.8", optional = true }
shell-words = "1.0.0"