From 7f0aaa69188acbddeb48af0edd2c1aa004627b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:20:43 +0000 Subject: [PATCH] Update attohttpc requirement from 0.19.0 to 0.22.0 in /crates/archive Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.19.0...v0.22.0) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/archive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/archive/Cargo.toml b/crates/archive/Cargo.toml index 9f3b14508..a353c569d 100644 --- a/crates/archive/Cargo.toml +++ b/crates/archive/Cargo.toml @@ -15,4 +15,4 @@ verbatim = "0.1" cfg-if = "1.0" hyperx = "1.0.0" thiserror = "1.0.16" -attohttpc = { version = "0.19.0", features = ["json"] } +attohttpc = { version = "0.22.0", features = ["json"] }