From 1d518518111fbe8d566527065b2ecb7ed2bd5972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:23:02 +0000 Subject: [PATCH] Bump divviup-client from 0.4.1 to 0.4.2 (#3364) Bumps [divviup-client](https://github.com/divviup/divviup-api) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/divviup/divviup-api/releases) - [Commits](https://github.com/divviup/divviup-api/compare/0.4.1...0.4.2) --- 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38dd57465..5abb3beed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,9 +1468,9 @@ dependencies = [ [[package]] name = "divviup-client" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510a2027fc8d7e180a73c26d97e0b46d11ba86813888eebf160f827f0d28824d" +checksum = "de7afa8b028e6a0406dbad1db3e932a563929d4e1c7c4a44cb369e6aaf4c8100" dependencies = [ "base64 0.22.1", "email_address", @@ -1543,9 +1543,9 @@ dependencies = [ [[package]] name = "email_address" -version = "0.2.5" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1019fa28f600f5b581b7a603d515c3f1635da041ca211b5055804788673abfe" +checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" dependencies = [ "serde", ]