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

build(deps): bump tracing-subscriber from 0.3.16 to 0.3.17

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

---
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]
2023-04-24 17:12:32 +00:00
committed by Quentin Gliech
parent 5cd93a5f93
commit 1f35c063b2
5 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
indoc = "2.0.1"
insta = "1.29.0"
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.17"
[features]
default = ["webpki-roots"]