From 2fa34509252a9bfc8ef6c4499f519b2768f3dadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:05:20 +0000 Subject: [PATCH] chore(deps): bump http-auth-basic from 0.3.3 to 0.3.5 Bumps [http-auth-basic](https://github.com/EstebanBorai/http-auth-basic) from 0.3.3 to 0.3.5. - [Release notes](https://github.com/EstebanBorai/http-auth-basic/releases) - [Changelog](https://github.com/EstebanBorai/http-auth-basic/blob/main/CHANGELOG) - [Commits](https://github.com/EstebanBorai/http-auth-basic/compare/v0.3.3...v0.3.5) --- updated-dependencies: - dependency-name: http-auth-basic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb2192c2..8acb52fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,12 +216,6 @@ dependencies = [ "backtrace", ] -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -926,11 +920,11 @@ dependencies = [ [[package]] name = "http-auth-basic" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2e17aacf7f4a2428def798e2ff4f4f883c0987bdaf47dd5c8bc027bc9f1ebc" +checksum = "0e0c088bddfd73005b09807131224ad12c302655436b1270c8346a3ae8aaa37a" dependencies = [ - "base64 0.13.1", + "base64 0.22.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d2b0f73f..219576ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ sd-notify = { version = "0.4.2", optional = true } [dev-dependencies] mini-redis = "0.4.1" tokio-tungstenite = "0.23.1" -http-auth-basic = "0.3.3" +http-auth-basic = "0.3.5" test_client = { path = "test_client" } [build-dependencies]