From 67a65caa1091d73d09e4ee123680e6637f664af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:31:19 +0000 Subject: [PATCH] chore(deps): update attohttpc requirement from 0.19.1 to 0.26.1 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.1...v0.26.1) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e101ae62..bacad141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ download = ["anyhow/std", "attohttpc", "std"] [dependencies] anyhow = { version = "1.0.56", optional = true, default-features = false } -attohttpc = { version = "0.19.1", optional = true } +attohttpc = { version = "0.26.1", optional = true } blake3 = { version = "1.3.1", default-features = false } [dev-dependencies]