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

Bump prometheus from 0.13.2 to 0.13.3

Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/tikv/rust-prometheus/releases)
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: prometheus
  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-10-21 19:52:38 +00:00
committed by Quentin Gliech
parent c137181567
commit b87f9c1640
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ opentelemetry-otlp = { version = "0.11.0", features = ["trace", "metrics", "http
opentelemetry-zipkin = { version = "0.16.0", features = ["opentelemetry-http"], default-features = false, optional = true }
opentelemetry-http = { version = "0.7.0", features = ["tokio", "hyper"], optional = true }
opentelemetry-prometheus = { version = "0.11.0", optional = true }
prometheus = { version = "0.13.2", optional = true }
prometheus = { version = "0.13.3", optional = true }
mas-config = { path = "../config" }
mas-email = { path = "../email" }