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

Bump webpki-roots from 0.22.5 to 0.22.6

Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.22.5 to 0.22.6.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.22.5...v/0.22.6)

---
updated-dependencies:
- dependency-name: webpki-roots
  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-12-14 15:46:42 +00:00
committed by Quentin Gliech
parent f7661c64ae
commit f45fe07a67
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ tower-http = { version = "0.3.5", features = ["cors"] }
tracing = "0.1.37"
tracing-opentelemetry = "0.18.0"
webpki = { version = "0.22.0", optional = true }
webpki-roots = { version = "0.22.5", optional = true }
webpki-roots = { version = "0.22.6", optional = true }
[dev-dependencies]
anyhow = "1.0.66"