1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +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

@ -10,7 +10,7 @@ tokio = "1.17.0"
async-trait = "0.1.52"
tokio-stream = "0.1.8"
futures-util = "0.3.21"
tracing = "0.1.31"
tracing = "0.1.32"
sqlx = { version = "0.5.11", features = ["runtime-tokio-rustls", "postgres"] }
mas-storage = { path = "../storage" }