build: bump version nanobyte_opentelemtry -> 0.2.4

This commit is contained in:
Ondrej Vlach 2023-12-10 18:55:26 +01:00
parent a7f3ac09e0
commit bf0ed76bd6
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }