From bf0ed76bd6c6a246340fc0e8d41f486995ef1003 Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sun, 10 Dec 2023 18:55:26 +0100 Subject: [PATCH] build: bump version nanobyte_opentelemtry -> 0.2.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85e2819..e22ecaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1404,9 +1404,9 @@ dependencies = [ [[package]] name = "nanobyte_opentelemetry" -version = "0.2.3" +version = "0.2.4" source = "sparse+https://git.nanobyte.cz/api/packages/nanobyte/cargo/" -checksum = "053fac4ff7f3cab0a088383bc68774e402c07c92d19478bcbb51d1d49a5d42bf" +checksum = "263d89ff6cdfa99d9dd3fa701db590f6f9abdc5a1f7498baa02d511d05689571" dependencies = [ "gethostname", "opentelemetry", diff --git a/Cargo.toml b/Cargo.toml index 726d41c..be6de39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ yansi = "0.5.1" tera = "1.19.1" tempfile = "3.8.1" urlencoding = "2.1.3" -nanobyte_opentelemetry = { version = "0.2.3", registry = "gitea_nanobyte", features = ["rocket-reqwest"]} +nanobyte_opentelemetry = { version = "0.2.4", registry = "gitea_nanobyte", features = ["rocket-reqwest"]} reqwest = { version = "0.11", features = ["json"] } phf = { version = "0.11.2", features = ["macros"] } nanobyte_tera = { version = "0.2.0", registry = "gitea_nanobyte" }