From b585c229d097496507b4fcc94fe1f56031425627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:13:49 +0000 Subject: [PATCH] build(deps): bump attohttpc from 0.18.0 to 0.19.0 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.18.0...v0.19.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..4777b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ checksum = "e6f8c380fa28aa1b36107cd97f0196474bb7241bb95a453c5c01a15ac74b2eac" [[package]] name = "attohttpc" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" +checksum = "f77e990b71f68dfa546bddbcbabd1a2f79ab74d075f8f602efd4b54b24cdcd26" dependencies = [ "http", "log", diff --git a/anime/Cargo.toml b/anime/Cargo.toml index 1a8bc69..617d154 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.19" default-features = false features = [ "json", "tls-rustls" ]