Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the minor group with 4 updates: cadence, regex, sentry and sentry-actix.

Updates cadence from 1.6.0 to 1.7.0

Changelog

Sourced from cadence's changelog.

v1.7.0 - 2026-02-08

  • Fix an issue with BufferedUdpMetricSink stats not being updated per #227. Thanks to @​danielnorberg for this contribution.
  • Update the minimum supported Rust version to 1.70 (from 1.60) since 1.60 is unreliable in CI.
Commits
  • a84ebd2 Merge pull request #230 from 56quarters/version-bump
  • b95ac55 chore: version bump and changelog for 1.7 release
  • 1f53674 Merge pull request #227 from danielnorberg/fix-buffered-udp-stats
  • 9369dc7 Revert "Merge pull request #216 from dwhjames/drop_adapter_stats"
  • 7f02b4c Add test for BufferedUdpMetricSink stats
  • 08c97e6 Merge pull request #229 from 56quarters/lint-fixes
  • e0615cc chore: update MSRV and account for new deprecations and lints
  • 78cb2df Merge pull request #220 from 56quarters/migration
  • 6f62883 docs: Update migration for 1.5 and 1.6
  • See full diff in compare view

Updates regex from 1.12.2 to 1.12.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.
Commits
  • b028e4f 1.12.3
  • 5e195de regex-automata-0.4.14
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • See full diff in compare view

Updates sentry from 0.46.1 to 0.46.2

Release notes

Sourced from sentry's releases.

0.46.2

New Features

  • Log HTTP 413 responses as oversized envelope discards in HTTP transports (#966)
Changelog

Sourced from sentry's changelog.

0.46.2

New Features

  • Log HTTP 413 responses as oversized envelope discards in HTTP transports (#966)
Commits

Updates sentry-actix from 0.46.1 to 0.46.2

Release notes

Sourced from sentry-actix's releases.

0.46.2

New Features

  • Log HTTP 413 responses as oversized envelope discards in HTTP transports (#966)
Changelog

Sourced from sentry-actix's changelog.

0.46.2

New Features

  • Log HTTP 413 responses as oversized envelope discards in HTTP transports (#966)
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 minor group with 4 updates: [cadence](https://github.com/56quarters/cadence), [regex](https://github.com/rust-lang/regex), [sentry](https://github.com/getsentry/sentry-rust) and [sentry-actix](https://github.com/getsentry/sentry-rust).


Updates `cadence` from 1.6.0 to 1.7.0
- [Changelog](https://github.com/56quarters/cadence/blob/master/CHANGES.md)
- [Commits](56quarters/cadence@1.6.0...1.7.0)

Updates `regex` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.2...1.12.3)

Updates `sentry` from 0.46.1 to 0.46.2
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.46.1...0.46.2)

Updates `sentry-actix` from 0.46.1 to 0.46.2
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.46.1...0.46.2)

---
updated-dependencies:
- dependency-name: cadence
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: sentry
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: sentry-actix
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Feb 9, 2026
@alexcottner alexcottner merged commit ea1195e into master Feb 9, 2026
3 checks passed
@alexcottner alexcottner deleted the dependabot/cargo/minor-ad2724417b branch February 9, 2026 15:00
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.

1 participant