From 7acc0b0e7e624005feeae7eba73a28fe4a18241b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:41:05 +0000 Subject: [PATCH] Bump janus_messages from 0.7.30 to 0.7.31 in the janus group Bumps the janus group with 1 update: [janus_messages](https://github.com/divviup/janus). Updates `janus_messages` from 0.7.30 to 0.7.31 - [Release notes](https://github.com/divviup/janus/releases) - [Commits](https://github.com/divviup/janus/compare/0.7.30...0.7.31) --- updated-dependencies: - dependency-name: janus_messages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: janus ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dddbb135..b044a8f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2676,9 +2676,9 @@ dependencies = [ [[package]] name = "janus_messages" -version = "0.7.30" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc6755d1d9d253dc775d71a354d15c71ccf589f0c7261de93c4ca7deefece6e" +checksum = "ad24633c9b3f529aca8cb1e80aa1f33b042e9963a9b0a30b0250367267a37202" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 85481c7d..d8f535f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ email_address = "0.2.9" fastrand = "2.1.0" futures-lite = "2.3.0" git-version = "0.3.9" -janus_messages = "0.7.30" +janus_messages = "0.7.31" log = "0.4.22" opentelemetry = { version = "0.24.0", features = ["metrics", "logs"] } opentelemetry-prometheus = { version = "0.17.0", features = [ diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7775f289..ce178b99 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -48,6 +48,6 @@ rand = { version = "0.8.5", optional = true } janus_client = "0.7.21" janus_collector = "0.7.21" url = "2.5.2" -janus_messages = "0.7.30" +janus_messages = "0.7.31" prio = "0.16.6" tokio = { version = "1.39.3" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 9fd90881..6d92ad72 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -26,7 +26,7 @@ uuid = { version = "1.10.0", features = ["v4", "fast-rng", "serde"] } time = { version = "0.3.36", features = ["serde", "serde-well-known"] } log = "0.4.22" pad-adapter = "0.1.1" -janus_messages = "0.7.30" +janus_messages = "0.7.31" num-bigint = "0.4.6" num-rational = "0.4.2"