From 83d1a4b86d1f800b0ef88bcf9bcb9ad76d336a34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:31:39 +0000 Subject: [PATCH] build(deps): bump attohttpc from 0.16.0 to 0.16.1 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.16.0...v0.16.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b91368e..284f673a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "attohttpc" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1082810677916862c7704351dfe4696a837aaf34da0dd6431abc60783e71ee8f" +checksum = "ba5b30bf3a0aead269fd5dd69b385a3e90c2b55f4f215d1bdf52c3883f5fa7fa" dependencies = [ "http", "log", diff --git a/Cargo.toml b/Cargo.toml index 4a28d6d5..4b5408cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ semver = "0.11.0" which = "4.0.2" # Optional/http: -attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] } +attohttpc = { version = "0.16.1", optional = true, default-features = false, features = ["tls", "form"] } native-tls = { version = "0.2.7", optional = true } shell-words = "1.0.0"