From 6a5955a24f043735e2b9bd2a4a640516bc1bb7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:46:01 +0000 Subject: [PATCH] Bump janus_messages from 0.7.35 to 0.7.36 in the janus group (#1331) Bumps the janus group with 1 update: [janus_messages](https://github.com/divviup/janus). Updates `janus_messages` from 0.7.35 to 0.7.36 - [Release notes](https://github.com/divviup/janus/releases) - [Commits](https://github.com/divviup/janus/compare/0.7.35...0.7.36) --- 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 8571a79d..e96d0f4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,9 +2544,9 @@ dependencies = [ [[package]] name = "janus_messages" -version = "0.7.35" +version = "0.7.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d0d7eff314a6723186c53f3c3d0cbcb62a76cf318476c062678817079b9c69" +checksum = "b9aa9d543aa063cb2d78c24699696c4c10ca67a2b643c4d99cb6912c01193391" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index cc6dabf0..10b755f8 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.35" +janus_messages = "0.7.36" 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 7a21b936..8d559ada 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.35" +janus_messages = "0.7.36" prio = "0.16.7" tokio = { version = "1.40.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index f6c217e0..7529e249 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.35" +janus_messages = "0.7.36" num-bigint = "0.4.6" num-rational = "0.4.2"