From d5b5799513d0c495b4face96be9e975ab402b056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:08:12 +0000 Subject: [PATCH] build(deps): bump attohttpc from 0.18.0 to 0.20.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.18.0...v0.20.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- anime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9eefc..d7e2857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ checksum = "e6f8c380fa28aa1b36107cd97f0196474bb7241bb95a453c5c01a15ac74b2eac" [[package]] name = "attohttpc" -version = "0.18.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" +checksum = "6ca359af0239b00307656f0d6520fab5997a068cdfcfdb424e5466a3ea7958c5" dependencies = [ "http", "log", diff --git a/anime/Cargo.toml b/anime/Cargo.toml index 1a8bc69..4ce754d 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.20" default-features = false features = [ "json", "tls-rustls" ]