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

Bump tracing-appender from 0.2.0 to 0.2.1

Bumps [tracing-appender](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-appender-0.2.0...tracing-appender-0.2.1)

---
updated-dependencies:
- dependency-name: tracing-appender
  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-03-01 19:38:04 +00:00
committed by Quentin Gliech
parent cff028a931
commit 03d0c8913e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4164,9 +4164,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-appender" name = "tracing-appender"
version = "0.2.0" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94571df2eae3ed4353815ea5a90974a594a1792d8782ff2cbcc9392d1101f366" checksum = "9ab026b18a46ac429e5c98bec10ca06424a97b3ad7b3949d9b4a102fff6623c4"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"time 0.3.7", "time 0.3.7",

View File

@ -24,7 +24,7 @@ watchman_client = "0.7.1"
atty = "0.2.14" atty = "0.2.14"
tracing = "0.1.31" tracing = "0.1.31"
tracing-appender = "0.2.0" tracing-appender = "0.2.1"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
tracing-opentelemetry = "0.17.2" tracing-opentelemetry = "0.17.2"
opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] } opentelemetry = { version = "0.17.0", features = ["trace", "metrics", "rt-tokio"] }