1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-12-23 16:42:08 +03:00

Bump tracing from 0.1.31 to 0.1.32

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

---
updated-dependencies:
- dependency-name: tracing
  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-11 09:35:28 +00:00
committed by Quentin Gliech
parent d0807e9b3c
commit c71800a8d1
11 changed files with 14 additions and 14 deletions

View File

@@ -14,5 +14,5 @@ futures-util = "0.3.21"
reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.31"
tracing = "0.1.32"
tracing-subscriber = "0.3.9"