From 3428332314a6baa6e9709133b9c0d902804411c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:06:14 +0000 Subject: [PATCH] Update prima_bridge requirement from 0.18 to 0.19 Updates the requirements on [prima_bridge](https://github.com/primait/bridge.rs) to permit the latest version. - [Release notes](https://github.com/primait/bridge.rs/releases) - [Changelog](https://github.com/primait/bridge.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/primait/bridge.rs/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: prima_bridge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d07f544..853db5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ once_cell = "1.19.0" [dev-dependencies] actix-web = "4.0.1" opentelemetry-jaeger = {version = "0.22", features = ["integration_test"]} -prima_bridge = "0.18" +prima_bridge = "0.19" tokio = {version = "1.17", features = ["rt", "macros", "rt-multi-thread"]} tracing-actix-web = {version = "0.7.11", features = ["opentelemetry_0_23"]} uuid = {version = "1.10", features = ["v4"]}