1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump tracing-opentelemetry from 0.17.2 to 0.17.3

Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-opentelemetry-0.17.2...tracing-opentelemetry-0.17.3)

---
updated-dependencies:
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-07 19:34:56 +00:00
committed by Quentin Gliech
parent 6816854ff7
commit dc8c6a8550
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -4805,10 +4805,11 @@ dependencies = [
[[package]]
name = "tracing-opentelemetry"
version = "0.17.2"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6"
checksum = "93600c803bb15e2a32bd376001b8625587f268fe887669b5ac86af524637c242"
dependencies = [
"once_cell",
"opentelemetry",
"tracing",
"tracing-core",

View File

@ -25,7 +25,7 @@ atty = "0.2.14"
tracing = "0.1.34"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-opentelemetry = "0.17.2"
tracing-opentelemetry = "0.17.3"
opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.9.0"
opentelemetry-jaeger = { version = "0.16.0", features = ["rt-tokio", "reqwest_collector_client"], optional = true }

View File

@ -26,4 +26,4 @@ tokio = { version = "1.19.2", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }
tracing = "0.1.34"
tracing-opentelemetry = "0.17.2"
tracing-opentelemetry = "0.17.3"