From c84a33f359733a684909414577572ff0bd8c6ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 17:09:07 +0000 Subject: [PATCH] build(deps): bump attohttpc from 0.18.0 to 0.22.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.18.0 to 0.22.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.18.0...v0.22.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- anime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9eefc..ace729a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ checksum = "e6f8c380fa28aa1b36107cd97f0196474bb7241bb95a453c5c01a15ac74b2eac" [[package]] name = "attohttpc" -version = "0.18.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" +checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7" dependencies = [ "http", "log", @@ -99,7 +99,6 @@ dependencies = [ "url", "webpki", "webpki-roots", - "wildmatch", ] [[package]] @@ -1114,12 +1113,6 @@ dependencies = [ "webpki", ] -[[package]] -name = "wildmatch" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6c48bd20df7e4ced539c12f570f937c6b4884928a87fee70a479d72f031d4e0" - [[package]] name = "winapi" version = "0.3.9" diff --git a/anime/Cargo.toml b/anime/Cargo.toml index 1a8bc69..850239c 100644 --- a/anime/Cargo.toml +++ b/anime/Cargo.toml @@ -28,7 +28,7 @@ default-features = false features = [ "sqlite" ] [dependencies.attohttpc] -version = "0.18" +version = "0.22" default-features = false features = [ "json", "tls-rustls" ]