Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Update prometheus-client requirement from 0.15.0 to 0.16.0 #2631

Merged
merged 3 commits into from
May 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2022

Updates the requirements on prometheus-client to permit the latest version.

Release notes

Sourced from prometheus-client's releases.

v0.16.0

See changelog for details.

Changelog

Sourced from prometheus-client's changelog.

[0.16.0]

Changed

  • Require Registry default generic type SendEncodeMetric to be Sync. See PR 58.

[0.15.1] - 2022-02-04

Added

  • Expose Encoder methods. See PR 41.

Changed

  • Use AtomicU32 on platforms that don't support AtomicU64. See PR 42.

[0.15.0] - 2022-01-16

Changed

  • Release as prometheus-client and prometheus-client-derive-text-encode.

[0.14.0] - 2021-12-29

Changed

  • Update to itoa v1. See PR 28.
  • Update to dtoa v1. See PR 27.

Added

  • Implement Gauge::dec and Gauge::dec_by. See PR 30.

[0.13.0] - 2021-11-21

Note: This was initially released as v0.12.1 but later on yanked due to it including a breaking change. See [PR 24] for details.

Added

  • Allow family to use constructors that do not coerce to function pointers. See [PR 21].

... (truncated)

Commits
  • 6f3521c CHANGELOG.md: Prepare v0.16.0 (#59)
  • eef56cf src/registry.rs: Require metrics to be Sync by default (#58)
  • a458c03 examples/tide: Remove unnecessary Mutex (#55)
  • 5d6ed2c build(deps): update pyo3 requirement from 0.15 to 0.16 (#48)
  • 59ca03e src/encoding: Remove unnecessary flatten (#50)
  • 6f08a41 CHANGELOG: Prepare v0.15.1 (#44)
  • bc25dd1 src/metrics/: Don't use AtomicU64 on unsupported platforms (#42)
  • 16aa166 src/encoding/text.rs: Expose Encoder methods (#41)
  • f7dd611 .github/workflows: Add cross compilation step (#39)
  • 21ad911 src/lib: Make imports visible in example code (#35)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 4, 2022
Updates the requirements on [prometheus-client](https://github.com/prometheus/client_rust) to permit the latest version.
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/prometheus-client-0.16.0 branch from 0f42b06 to 7a5cc56 Compare May 5, 2022 16:30
@mxinden
Copy link
Member

mxinden commented May 6, 2022

Audit failure for CBOR is tracked here: #2577

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dependabot.

@mxinden mxinden merged commit 93fa86c into master May 6, 2022
@dependabot dependabot bot deleted the dependabot/cargo/prometheus-client-0.16.0 branch May 6, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants