1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump tracing-subscriber from 0.3.8 to 0.3.9

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.8...tracing-subscriber-0.3.9)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  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-02-18 19:38:46 +00:00
committed by Quentin Gliech
parent 764baa51db
commit 16462572cd
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ atty = "0.2.14"
tracing = "0.1.30"
tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
tracing-opentelemetry = "0.17.1"
opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.9.0"