Skip to content

Bump the patch group with 3 updates#356

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/patch-7fc119f6d2
Open

Bump the patch group with 3 updates#356
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/patch-7fc119f6d2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps the patch group with 3 updates: prometheus-client, signal-hook and toml.

Updates prometheus-client from 0.24.0 to 0.24.1

Release notes

Sourced from prometheus-client's releases.

v0.24.1

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.23.1...v0.24.1

Changelog

Sourced from prometheus-client's changelog.

[0.24.1]

Added

  • EncodeGaugeValue is implemented for usize and isize, and EncodeCounterValue is implemented for usize. See PR 282.

Fixed

  • EncodeGaugeValue, EncodeCounterValue and EncodeExemplarValue now use fewer as casts in their implementation. This caught an issue where EncodeGaugeValue would not error when encoding some u64s that don't fit in a i64. See PR 281.
  • Filter out empty metric families, to match the go client. See PR 279.
  • Histogram now exposes count() and sum() methods when the test-util feature is enabled. See PR 242.
  • Family now exposes a contains() method when the test-util feature is enabled. See PR 245.
  • Family now exposes len() and is_empty() methods when the test-util feature is enabled. See PR 246.
Commits
  • 4a6d40a chore(Cargo.toml): prepare v0.24.1 release (#297)
  • 276bb9c feat(encoding): encode usize and isize (#282)
  • 3942d06 feat(metrics/family): 🍭 len() returns the number of metrics (#246)
  • bffe835 feat(metrics/family): 🍬 contains() checks if metrics exist (#245)
  • 77a034b feat(metrics/histogram): 🍪 count() and sum() accessors (#242)
  • e45cecf docs: fix sub_registry_with_prefix RustDoc (#289)
  • 1731b8e deps: update to pyo3 0.27 (#290)
  • 82ab3c4 fix(encoding): do not encode descriptor of empty family (#279)
  • 6bb0b10 refactor(encoding): remove as casts (#281)
  • See full diff in compare view

Updates signal-hook from 0.4.3 to 0.4.4

Changelog

Sourced from signal-hook's changelog.

0.4.4

  • Documentation about SIGBUS (#204).
Commits

Updates toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 3 updates: [prometheus-client](https://github.com/prometheus/client_rust), [signal-hook](https://github.com/vorner/signal-hook) and [toml](https://github.com/toml-rs/toml).


Updates `prometheus-client` from 0.24.0 to 0.24.1
- [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.24.0...v0.24.1)

Updates `signal-hook` from 0.4.3 to 0.4.4
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@v0.4.3...v0.4.4)

Updates `toml` from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.0...toml-v1.1.2)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: signal-hook
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 11, 2026
@dependabot dependabot bot requested review from iterion and paultag as code owners April 11, 2026 20:24
@dependabot dependabot bot added the rust Pull requests that update Rust code label Apr 11, 2026
@dependabot dependabot bot requested a review from jessfraz as a code owner April 11, 2026 20:24
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.

0 participants