Skip to content

Commit

Permalink
build(deps): bump prometheus in the rust-minor-patch group (#313)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [prometheus](https://github.com/tikv/rust-prometheus).


Updates `prometheus` from 0.13.3 to 0.13.4
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 90dfa4b commit 1d81f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ poem = { version = "3.0.0", default-features = false, features = ["server", "any
poem-ext = { version = "0.12.0", default-features = false, features = ["shield"] }
poem-openapi = { version = "5.0.0", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.3", default-features = false }
prometheus = { version = "0.13.4", default-features = false }
redis = { version = "0.25.3", default-features = false, features = ["tokio-comp", "connection-manager"] }
regex = "1.10.4"
sandkasten-client = { path = "client", default-features = false, features = ["poem-openapi"] }
Expand Down

0 comments on commit 1d81f56

Please sign in to comment.