chore(deps) Update Rust crate attohttpc to 0.16.3 (#1279)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-24 00:44:21 -03:00
committed by GitHub
parent 9f099912c1
commit d7f9abec06
2 changed files with 3 additions and 3 deletions

View File

@@ -44,9 +44,9 @@ checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
[[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 = [
"flate2",
"http",

View File

@@ -38,7 +38,7 @@ lazy_static = { version = "1.4" }
handlebars = { version = "3.5" }
[target."cfg(target_os = \"windows\")".dependencies]
attohttpc = { version = "0.16.1" }
attohttpc = { version = "0.16.3" }
regex = { version = "1" }
runas = "0.2"
uuid = { version = "0.8", features = [ "v5" ] }