mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-11-27 19:10:35 +00:00
Update opentelemetry to 0.31, other dependencies minor & point
This commit is contained in:
parent
fd129bae7f
commit
699e24d73d
746
Cargo.lock
generated
746
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -46,9 +46,9 @@ metrics-exporter-prometheus = { version = "0.15.0", default-features = false, fe
|
||||||
metrics-util = "0.17.0"
|
metrics-util = "0.17.0"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
minify-html = "0.16.0"
|
minify-html = "0.16.0"
|
||||||
opentelemetry = "0.30.0"
|
opentelemetry = "0.31.0"
|
||||||
opentelemetry_sdk = { version = "0.30", features = ["rt-tokio"] }
|
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
|
||||||
opentelemetry-otlp = { version = "0.30", features = ["grpc-tonic"] }
|
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"] }
|
||||||
pin-project-lite = "0.2.9"
|
pin-project-lite = "0.2.9"
|
||||||
# pinned to metrics-util
|
# pinned to metrics-util
|
||||||
quanta = "0.12.0"
|
quanta = "0.12.0"
|
||||||
|
|
@ -76,7 +76,7 @@ time = { version = "0.3.17", features = ["serde"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-error = "0.2"
|
tracing-error = "0.2"
|
||||||
tracing-log = "0.2"
|
tracing-log = "0.2"
|
||||||
tracing-opentelemetry = "0.31"
|
tracing-opentelemetry = "0.32"
|
||||||
tracing-subscriber = { version = "0.3", features = [
|
tracing-subscriber = { version = "0.3", features = [
|
||||||
"ansi",
|
"ansi",
|
||||||
"env-filter",
|
"env-filter",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user