From d31f69f67b665267b0ef046870610c588c7916c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:03:08 +0000 Subject: [PATCH] Bump janus_messages from 0.7.25 to 0.7.27 in the janus group Bumps the janus group with 1 update: [janus_messages](https://github.com/divviup/janus). Updates `janus_messages` from 0.7.25 to 0.7.27 - [Release notes](https://github.com/divviup/janus/releases) - [Commits](https://github.com/divviup/janus/compare/0.7.25...0.7.27) --- 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 682bdf26..6f9db923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,9 +2563,9 @@ dependencies = [ [[package]] name = "janus_messages" -version = "0.7.25" +version = "0.7.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0f2e3e4b93b39a31653d11b1085f65b7e7ffa0769247cd3dd02934fe7a3bc" +checksum = "3ce14fa0fe5214ae145ac168d0d38ba44b77cd69ec58cabaaabde4e035abc825" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 65ab0872..b8576123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ email_address = "=0.2.5" fastrand = "2.1.0" futures-lite = "2.3.0" git-version = "0.3.9" -janus_messages = "0.7.25" +janus_messages = "0.7.27" log = "0.4.22" opentelemetry = { version = "0.23.0", features = ["metrics", "logs"] } opentelemetry-prometheus = { version = "0.16.0", features = [ diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2ef78b42..00ade656 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.25" +janus_messages = "0.7.27" prio = "0.16.6" tokio = { version = "1.38.1" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 6d42f96a..52ec1b7f 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.25" +janus_messages = "0.7.27" num-bigint = "0.4.6" num-rational = "0.4.2"