From b0c2a4f8430339cd37fb95f28ed3df6389a5aa75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:12:23 +0000 Subject: [PATCH] Bump janus_messages from 0.5.9 to 0.5.10 Bumps [janus_messages](https://github.com/divviup/janus) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/divviup/janus/releases) - [Commits](https://github.com/divviup/janus/compare/0.5.9...0.5.10) --- updated-dependencies: - dependency-name: janus_messages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8778f5e..769070ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,9 +1677,9 @@ checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" [[package]] name = "janus_messages" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952cff468759335116f84dfc53b0cfc512b58d82d7fc6279c354c94a2f24cfc9" +checksum = "4169b76fda8a34359d5e4de3e7b98177d46e51525cd9591ccafe9e915217b3aa" dependencies = [ "anyhow", "base64 0.21.2", @@ -1690,6 +1690,7 @@ dependencies = [ "rand", "serde", "thiserror", + "url", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index da920ba5..d7f3a5be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ env_logger = "0.10.0" fastrand = "2.0.0" futures-lite = "1.13.0" git-version = "0.3.5" -janus_messages = "0.5.9" +janus_messages = "0.5.10" log = "0.4.19" opentelemetry = { version = "0.19.0", features = ["metrics"] } opentelemetry-prometheus = { version = "0.12.0", features = [