From f7a4c43656163f4079a46b2228eb9bc851864097 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:09:05 +0000 Subject: [PATCH] build(deps): bump attohttpc from 0.15.0 to 0.16.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf2770dc..98e14ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "attohttpc" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe174d1b67f7b2bafed829c09db039301eb5841f66e43be2cf60b326e7f8e2cc" +checksum = "1082810677916862c7704351dfe4696a837aaf34da0dd6431abc60783e71ee8f" dependencies = [ "http", "log", @@ -58,6 +58,7 @@ dependencies = [ "serde", "serde_urlencoded", "url", + "wildmatch", ] [[package]] @@ -1463,6 +1464,12 @@ version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" +[[package]] +name = "wildmatch" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae79c150cec3fd46326dfb57f358b1f8f75223869555c5cb6c896a393ee4615c" + [[package]] name = "winapi" version = "0.3.9" diff --git a/Cargo.toml b/Cargo.toml index 6399435c..98a6009d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ serde_derive = "1.0.115" notify-rust = { version = "4.0.0", optional = true } # Optional/http: -attohttpc = { version = "0.15.0", optional = true, default-features = false, features = ["tls", "form"] } +attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] } native-tls = { version = "0.2", optional = true } shell-words = "1.0.0"