From 217ecded866f8455162f719b40560520971b2428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:34:07 +0000 Subject: [PATCH] Bump divviup-client from 0.4.15 to 0.4.16 (#3514) Bumps [divviup-client](https://github.com/divviup/divviup-api) from 0.4.15 to 0.4.16. - [Release notes](https://github.com/divviup/divviup-api/releases) - [Commits](https://github.com/divviup/divviup-api/compare/0.4.15...0.4.16) --- updated-dependencies: - dependency-name: divviup-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1edfe9e7..df6209181 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,9 +1432,9 @@ dependencies = [ [[package]] name = "divviup-client" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727b25cf64c6c37be7823a79ffe619b1739828c4099ed38f14d516bc88d13e8a" +checksum = "cf6b0e4faab48f7791c4c8ec9c0402cd177dfd916a509ab0cca681bda0d42065" dependencies = [ "base64 0.22.1", "email_address",