From 27a6d26fe6f8221c48de56135364c81649bf0808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:46:30 +0100 Subject: [PATCH] Update prima_bridge requirement from 0.18 to 0.19 (#125) --- 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"]}