From 03bea99473acf7ef0eaccad6c403ffc570a5025e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:06:32 +0000 Subject: [PATCH] Update prima_bridge requirement from 0.17 to 0.18 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.17.0...0.18.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 65f5829..d07f544 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.17" +prima_bridge = "0.18" 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"]}