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.34 to 0.1.35

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

---
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-06-08 19:33:11 +00:00
committed by Quentin Gliech
parent b1a17194b7
commit 3f9863e7d3
14 changed files with 18 additions and 18 deletions

View File

@ -13,7 +13,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
anyhow = "1.0.57"
tracing = "0.1.34"
tracing = "0.1.35"
# Password hashing
argon2 = { version = "0.4.0", features = ["password-hash"] }