From 06dfbbfe44916b0156a6ccd734e1f6fac808951e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:16:01 +0000 Subject: [PATCH] build(deps): Bump divviup-client from 0.1.4 to 0.1.5 Bumps [divviup-client](https://github.com/divviup/divviup-api) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/divviup/divviup-api/releases) - [Commits](https://github.com/divviup/divviup-api/compare/0.1.4...0.1.5) --- updated-dependencies: - dependency-name: divviup-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c68b6116..6c9b16244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ dependencies = [ [[package]] name = "divviup-client" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87502d9790cb22bc012d06326e22a74a6b0ead4bcbeece22a9695e316c983dae" +checksum = "6f85ac7fb9a8e40b41680a6db2ba891f528b2f627eb4109e6561c543f72088be" dependencies = [ "base64", "email_address",