From 79c0ff405b82c06b8c0c826968b312604c2a513f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:37:21 +0000 Subject: [PATCH] Bump janus_messages from 0.7.36 to 0.7.37 in the janus group (#1341) Bumps the janus group with 1 update: [janus_messages](https://github.com/divviup/janus). Updates `janus_messages` from 0.7.36 to 0.7.37 - [Release notes](https://github.com/divviup/janus/releases) - [Commits](https://github.com/divviup/janus/compare/0.7.36...0.7.37) --- updated-dependencies: - dependency-name: janus_messages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: janus ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fb438d83..5d918a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,9 +2544,9 @@ dependencies = [ [[package]] name = "janus_messages" -version = "0.7.36" +version = "0.7.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9aa9d543aa063cb2d78c24699696c4c10ca67a2b643c4d99cb6912c01193391" +checksum = "a9546f4668be2bbd039c8b69a6ac6faac597c176d1b2a80d35d5217c4e5481b7" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 3bbb94ad..dd86c9b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ email_address = "0.2.9" fastrand = "2.1.1" futures-lite = "2.3.0" git-version = "0.3.9" -janus_messages = "0.7.36" +janus_messages = "0.7.37" 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 33230d03..7172dcf2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -48,6 +48,6 @@ rand = { version = "0.8.5", optional = true } janus_client = "0.7.30" janus_collector = "0.7.21" url = "2.5.2" -janus_messages = "0.7.36" +janus_messages = "0.7.37" prio = "0.16.7" tokio = { version = "1.40.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 7529e249..f8c16ee2 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.36" +janus_messages = "0.7.37" num-bigint = "0.4.6" num-rational = "0.4.2"