From a852164b14b2dcee91f82b8f9b2d92b9708ff023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:36:33 +0000 Subject: [PATCH] build(deps): update attohttpc requirement 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.25.0...v0.26.1) --- 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 f8c5ab97e..55225f519 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.25", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] } +attohttpc = { version = "0.26", default-features = false, features = ["json", "compress", "tls-rustls-native-roots"] }