From b729b804297e4d2403e39743232762658c8d7ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:49:13 +0000 Subject: [PATCH] build(deps): update attohttpc requirement in /crates/volta-core 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/volta-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 9fc8c29e18..040b96ce67 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -45,7 +45,7 @@ once_cell = "1.17.0" dunce = "1.0.3" ci_info = "0.14.9" hyperx = "1.4.0" -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"] } chain-map = "0.1.0" indexmap = "1.9.2" retry = "2"