Skip to content

Commit

Permalink
Bump prometheus from 0.9.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.9.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](tikv/rust-prometheus@v0.9.0...v0.13.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2022
1 parent 434d64d commit f1b47e2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 75 deletions.
111 changes: 37 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spammer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ maintenance = { status = "experimental" }
futures = "0.3"
lazy_static = { version = "1.4", optional = true }
log = "0.4"
prometheus = { version = "0.9", features = ["process"], optional = true }
prometheus = { version = "0.13", features = ["process"], optional = true }
rand = "0.8.4"
tokio = { version = "1.16", features = ["rt-multi-thread", "time", "tracing"] }
structopt = { version = "0.3", features = ["paw"] }
Expand Down

0 comments on commit f1b47e2

Please sign in to comment.