diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-03 09:44:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 09:44:16 -0400 |
| commit | bd19beee7e661f3ad64177f9d6b5127856339e1f (patch) | |
| tree | d0dc777c2a18dda76b27ca615950fa08ed7e0633 /Cargo.toml | |
| parent | 914174bae1b3c3857709a2d213ea0a17d6a96b87 (diff) | |
| download | xesite-bd19beee7e661f3ad64177f9d6b5127856339e1f.tar.xz xesite-bd19beee7e661f3ad64177f9d6b5127856339e1f.zip | |
build(deps): bump prometheus from 0.12.0 to 0.13.0 (#401)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.12.0 to 0.13.0.
- [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.12.0...v0.13.0)
---
updated-dependencies:
- dependency-name: prometheus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ kankyo = "0.3" lazy_static = "1.4" log = "0.4" mime = "0.3.0" -prometheus = { version = "0.12", default-features = false, features = ["process"] } +prometheus = { version = "0.13", default-features = false, features = ["process"] } rand = "0" reqwest = { version = "0.11", features = ["json"] } serde_dhall = "0.10.1" |
