From ac1f5ddc9ea8206a096c305dd36818152382c9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:59:16 +0000 Subject: [PATCH] Bump divviup-client from 0.4.8 to 0.4.9 (#3433) Bumps [divviup-client](https://github.com/divviup/divviup-api) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/divviup/divviup-api/releases) - [Commits](https://github.com/divviup/divviup-api/compare/0.4.8...0.4.9) --- 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca87e3d77..c3d4b9328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,13 +1426,13 @@ dependencies = [ [[package]] name = "divviup-client" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "075e2b54e1dc8e1fe10ad1b36eb938508a21f77913c7d1a0e7c4ca7254a86ca6" +checksum = "91f80d32b7d98a75895b6bea7fccfffa03b6ebf8e79e1876953ec4846018cfbd" dependencies = [ "base64 0.22.1", "email_address", - "janus_messages 0.7.34", + "janus_messages 0.7.36 (registry+https://github.com/rust-lang/crates.io-index)", "log", "num-bigint", "num-rational", @@ -2894,18 +2894,19 @@ dependencies = [ [[package]] name = "janus_messages" -version = "0.7.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "108728af014d595e134449a58beb35185c97c684e8c13ae8b33e8f247b4e86e0" +version = "0.7.36" dependencies = [ "anyhow", + "assert_matches", "base64 0.22.1", "derivative", "hex", "num_enum", + "pretty_assertions", "prio", "rand", "serde", + "serde_test", "thiserror", "url", ] @@ -2913,18 +2914,17 @@ dependencies = [ [[package]] name = "janus_messages" version = "0.7.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9aa9d543aa063cb2d78c24699696c4c10ca67a2b643c4d99cb6912c01193391" dependencies = [ "anyhow", - "assert_matches", "base64 0.22.1", "derivative", "hex", "num_enum", - "pretty_assertions", "prio", "rand", "serde", - "serde_test", "thiserror", "url", ]