From e6a993d706cb9f7a77a79a1b121351d880907261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:03:59 +0000 Subject: [PATCH] chore(deps): bump attohttpc from 0.28.0 to 0.28.5 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.28.0 to 0.28.5. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.28.0...v0.28.5) --- updated-dependencies: - dependency-name: attohttpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dbf4121..359bb212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.28.0" +version = "0.28.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a13149d0cf3f7f9b9261fad4ec63b2efbf9a80665f52def86282d26255e6331" +checksum = "07a9b245ba0739fc90935094c29adbaee3f977218b5fb95e822e261cda7f56a3" dependencies = [ "flate2", "http 1.2.0", @@ -2830,7 +2830,7 @@ name = "yourcontrols" version = "2.8.5" dependencies = [ "anyhow", - "attohttpc 0.28.0", + "attohttpc 0.28.5", "base64 0.22.1", "bimap", "byteorder",