build(deps): bump attohttpc from 0.16.1 to 0.16.3

Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.16.1 to 0.16.3.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.16.1...v0.16.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-22 05:19:30 +00:00
parent 7c02433085
commit e040dc1be6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -47,9 +47,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "attohttpc"
version = "0.16.1"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5b30bf3a0aead269fd5dd69b385a3e90c2b55f4f215d1bdf52c3883f5fa7fa"
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
dependencies = [
"http",
"log",

View file

@ -70,7 +70,7 @@ shadow-rs = "0.5.24"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }
# Optional/http:
attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] }
attohttpc = { version = "0.16.3", optional = true, default-features = false, features = ["tls", "form"] }
native-tls = { version = "0.2.7", optional = true }
shell-words = "1.0.0"