From 6b55e14b6c1f71c6a8e27da8941d0eb7650bbf95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:00:50 +0000 Subject: [PATCH] chore(deps): bump attohttpc from 0.28.0 to 0.28.2 Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.28.0 to 0.28.2. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.28.0...v0.28.2) --- 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..fddd2f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.28.0" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a13149d0cf3f7f9b9261fad4ec63b2efbf9a80665f52def86282d26255e6331" +checksum = "412b79ce053cef36eda52c25664b45ec92a21769488e20d5a8bf0b3c9e1a28cb" 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.2", "base64 0.22.1", "bimap", "byteorder",