From 4ba6e6b51620b0cf7ae7f1369cdc6981561faefd Mon Sep 17 00:00:00 2001 From: amigin Date: Tue, 9 Jul 2024 16:29:33 +0300 Subject: [PATCH] =?UTF-8?q?Fixed=20with=20my-telemetry=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my-service-bus-abstractions/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-service-bus-abstractions/Cargo.toml b/my-service-bus-abstractions/Cargo.toml index 6d6177f..00bc771 100644 --- a/my-service-bus-abstractions/Cargo.toml +++ b/my-service-bus-abstractions/Cargo.toml @@ -14,4 +14,4 @@ with-telemetry = ["my-telemetry"] async-trait = "*" tokio = { version = "*", features = ["full"] } rust-extensions = { tag = "0.1.4", git = "https://github.com/MyJetTools/rust-extensions.git" } -my-telemetry = { tag = "0.1.1", git = "https://github.com/MyJetTools/my-telemetry.git", optional = true } +my-telemetry = { tag = "1.1.1", git = "https://github.com/MyJetTools/my-telemetry.git", optional = true }