From 5d0d2368c9c4afe392016c4305b7b8acad4cba92 Mon Sep 17 00:00:00 2001 From: Leonid Beschastny Date: Mon, 7 Oct 2024 17:45:34 +0200 Subject: [PATCH] chore: Release telemetry-rust version 3.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1d4ef0..7bcfe4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1626,7 +1626,7 @@ dependencies = [ [[package]] name = "telemetry-rust" -version = "3.3.0" +version = "3.4.0" dependencies = [ "assert2", "aws-types", diff --git a/Cargo.toml b/Cargo.toml index 4b63351..9848dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemetry-rust" -version = "3.3.0" +version = "3.4.0" edition = "2021" license = "MIT" description = "Open Telemetry fox Axum and Tracing"