Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

Bumps the rust-dependencies group with 10 updates:

Package From To
sentry 0.43.0 0.45.0
webpki-roots 1.0.2 1.0.3
regex 1.11.3 1.12.1
libc 0.2.176 0.2.177
tor-rtcompat 0.34.0 0.35.0
tuic v1.5.0 v1.5.2
tuic-quinn v1.5.0 v1.5.2
russh 0.54.4 0.54.5
windows 0.62.1 0.62.2
httpmock 0.8.0 0.8.1

Updates sentry from 0.43.0 to 0.45.0

Release notes

Sourced from sentry's releases.

0.45.0

Breaking changes

  • Add custom variant to AttachmentType that holds an arbitrary String. (#916)

0.44.0

Breaking changes

  • feat(log): support combined LogFilters and RecordMappings (#914) by @​lcian
    • Breaking change: sentry::integrations::log::LogFilter has been changed to a bitflags struct.
    • It's now possible to map a log record to multiple items in Sentry by combining multiple log filters in the filter, e.g. log::Level::ERROR => LogFilter::Event | LogFilter::Log.
    • If using a custom mapper instead, it's possible to return a Vec<sentry::integrations::log::RecordMapping> to map a log record to multiple items in Sentry.

Behavioral changes

  • ref(log): send logs by default when logs feature flag is enabled (#915) by @​lcian
    • If the logs feature flag is enabled, the default Sentry log logger now sends logs for all events at or above INFO.
  • ref(logs): enable logs by default if logs feature flag is used (#910) by @​lcian
    • This changes the default value of sentry::ClientOptions::enable_logs to true.
    • This simplifies the setup of Sentry structured logs by requiring users to just add the log feature flag to the sentry dependency to opt-in to sending logs.
    • When the log feature flag is enabled, the tracing and log integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.
Changelog

Sourced from sentry's changelog.

0.45.0

Breaking changes

  • Add custom variant to AttachmentType that holds an arbitrary String. (#916)

0.44.0

Breaking changes

  • feat(log): support combined LogFilters and RecordMappings (#914) by @​lcian
    • Breaking change: sentry::integrations::log::LogFilter has been changed to a bitflags struct.
    • It's now possible to map a log record to multiple items in Sentry by combining multiple log filters in the filter, e.g. log::Level::ERROR => LogFilter::Event | LogFilter::Log.
    • If using a custom mapper instead, it's possible to return a Vec<sentry::integrations::log::RecordMapping> to map a log record to multiple items in Sentry.

Behavioral changes

  • ref(log): send logs by default when logs feature flag is enabled (#915) by @​lcian
    • If the logs feature flag is enabled, the default Sentry log logger now sends logs for all events at or above INFO.
  • ref(logs): enable logs by default if logs feature flag is used (#910) by @​lcian
    • This changes the default value of sentry::ClientOptions::enable_logs to true.
    • This simplifies the setup of Sentry structured logs by requiring users to just add the log feature flag to the sentry dependency to opt-in to sending logs.
    • When the log feature flag is enabled, the tracing and log integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.
Commits
  • aa6d85b release: 0.45.0
  • b99eb46 feat(types): Add custom variant to AttachmentType (#916)
  • 34b27b5 Merge branch 'release/0.44.0'
  • eb108e8 release: 0.44.0
  • 900ffa4 ref(logs): enable logs by default if logs feature flag is used (#910)
  • 8af23ee ref(log): send logs by default when logs feature flag is enabled (#915)
  • 3b78cf8 feat(log): support combined LogFilters and RecordMappings (#914)
  • 9ba9a64 meta(vscode): Run rust-analyzer with all features (#902)
  • 750dec0 ci: integrate Sentry Prevent (#911)
  • d9cdf34 Merge branch 'release/0.43.0'
  • See full diff in compare view

Updates webpki-roots from 1.0.2 to 1.0.3

Release notes

Sourced from webpki-roots's releases.

1.0.3

Addition of "OISTE Server Root RSA G1" & "OISTE Server Root ECC G1": https://bugzilla.mozilla.org/show_bug.cgi?id=1988913.

What's Changed

Commits
  • 1a48d15 1.0.3: track October 2025 additions
  • 5bde205 ci: explicitly install extra components
  • d2c04f3 tests: take advantage of newer rcgen API
  • fa754f4 Update semver-compatible dependencies
  • 66b99f2 Address clippy::non_canonical_partial_ord_impl
  • See full diff in compare view

Updates regex from 1.11.3 to 1.12.1

Changelog

Sourced from regex's changelog.

1.12.1 (2025-10-10)

This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an oversight with the lifetime parameter for the Match returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the 1.12.0 release, I think this is fine.

1.12.0 (2025-10-10)

This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new regex::Captures::get_match API.

Improvements:

Bug fixes:

Commits

Updates libc from 0.2.176 to 0.2.177

Release notes

Sourced from libc's releases.

0.2.177

Added

  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#4719)
  • BSDs: Add _CS_PATH constant (#4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#4730)
  • OpenBSD: Add elf_aux_info (#4729)
  • Redox: Add more sysconf constants (#4728)
  • Windows: Add wcsnlen (#4721)

Changed

  • WASIP2: Invert conditional to include p2 APIs (#4733)
Changelog

Sourced from libc's changelog.

0.2.177 - 2025-10-09

Added

  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#4719)
  • BSDs: Add _CS_PATH constant (#4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#4730)
  • OpenBSD: Add elf_aux_info (#4729)
  • Redox: Add more sysconf constants (#4728)
  • Windows: Add wcsnlen (#4721)

Changed

  • WASIP2: Invert conditional to include p2 APIs (#4733)
Commits
  • 9f598d2 chore: release libc 0.2.177
  • 329a5e7 Add missing TIOCGETA/TIOCSETA constants for macOS
  • 72a40e2 add pthread_cond_timedwait_relative_np
  • 2914d6f linux_like: add SIGEMT for mips* and sparc*
  • ff2ff25 openbsd add elf_aux_info
  • 4ae44a4 Update semver tests
  • d5737a0 Define _CS_PATH on the BSDs
  • fe277da redox: more sysconf constants
  • bdad426 wasip2: Invert conditional to include p2 APIs
  • 0af069d Windows: add wcsnlen
  • Additional commits viewable in compare view

Updates tor-rtcompat from 0.34.0 to 0.35.0

Updates tuic from v1.5.0 to v1.5.2

Release notes

Sourced from tuic's releases.

v1.5.2

🚀 Features

  • Add a option=ipstack_prefer to handle AAAA & A dual DNS record case by @​Itsusinn

🐛 Bug Fixes

  • Make client local socket rebind more robust by @​Itsusinn

🛠️ Builds

⚙️ Miscellaneous Tasks

Full Changelog: Itsusinn/tuic@v1.5.1...v1.5.2

v1.5.1

🚀 Features

  • Add ACL in tuic-server and reject client's access to server's localhost by default, implement SOCKS5 outbound (#61) by @​fokx

🐛 Bug Fixes

  • A try to fix too many open streams on client side by @​Itsusinn

🚜 Refactor

Full Changelog: Itsusinn/tuic@v1.5.0...v1.5.1

... (truncated)

Commits
  • ce1482c chore(release): prepare for 1.5.2
  • aee1498 fix: make client local socket rebind more robust
  • 709db6c feat: add a option=ipstack_prefer to handle AAAA & A dual DNS record case
  • ee73037 ci: optimize workflow
  • 602201b style(fmt)
  • 6d3a817 build: update deps
  • 4986a65 chore(release): prepare for 1.5.1
  • 6973754 fix: a try to fix too many open streams on client side
  • b03e369 refactor: remove global static vars & AtomicU64 for mips
  • f5389e2 refactor!: disable empty RESUful auth token
  • Additional commits viewable in compare view

Updates tuic-quinn from v1.5.0 to v1.5.2

Release notes

Sourced from tuic-quinn's releases.

v1.5.2

🚀 Features

  • Add a option=ipstack_prefer to handle AAAA & A dual DNS record case by @​Itsusinn

🐛 Bug Fixes

  • Make client local socket rebind more robust by @​Itsusinn

🛠️ Builds

⚙️ Miscellaneous Tasks

Full Changelog: Itsusinn/tuic@v1.5.1...v1.5.2

v1.5.1

🚀 Features

  • Add ACL in tuic-server and reject client's access to server's localhost by default, implement SOCKS5 outbound (#61) by @​fokx

🐛 Bug Fixes

  • A try to fix too many open streams on client side by @​Itsusinn

🚜 Refactor

Full Changelog: Itsusinn/tuic@v1.5.0...v1.5.1

... (truncated)

Commits
  • ce1482c chore(release): prepare for 1.5.2
  • aee1498 fix: make client local socket rebind more robust
  • 709db6c feat: add a option=ipstack_prefer to handle AAAA & A dual DNS record case
  • ee73037 ci: optimize workflow
  • 602201b style(fmt)
  • 6d3a817 build: update deps
  • 4986a65 chore(release): prepare for 1.5.1
  • 6973754 fix: a try to fix too many open streams on client side
  • b03e369 refactor: remove global static vars & AtomicU64 for mips
  • f5389e2 refactor!: disable empty RESUful auth token
  • Additional commits viewable in compare view

Updates russh from 0.54.4 to 0.54.5

Commits
  • 745561a v0.54.5
  • 9ba15b2 add Lucy-dot-dot as a contributor for code (#584)
  • 00b80b5 Addresses race condition from #226 (#579)
  • d61a23f add moshevds as a contributor for code (#583)
  • 6878bf1 A send_ping method for measuring latency (#576)
  • e491140 [FIX] Ignore window adjustment after channel EOF (#580)
  • c4fb93f feat: add compile_error! when no crypto backend is enabled (#569)
  • e2fd9be fix: handle empty ssh config files (#578)
  • 69beae7 add kruton as a contributor for code (#581)
  • 9568441 fix: strict kex sequence number check should only apply to initial exchange (...
  • Additional commits viewable in compare view

Updates windows from 0.62.1 to 0.62.2

Commits

Updates httpmock from 0.8.0 to 0.8.1

Release notes

Sourced from httpmock's releases.

v0.8.1

Version 0.8.1

This release includes bug fixes and documentation enhancements.

The following pull requests have been merged:

  • #179: "Use scheme of target url for forwarding"
Changelog

Sourced from httpmock's changelog.

Version 0.8.1

This release includes bug fixes and documentation enhancements.

The following pull requests have been merged:

  • #179: "Use scheme of target url for forwarding"
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 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 12, 2025
@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ibigbug
Copy link
Member

ibigbug commented Oct 13, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ibigbug
Copy link
Member

ibigbug commented Oct 13, 2025

@dependabot recreate

Bumps the rust-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [sentry](https://github.com/getsentry/sentry-rust) | `0.43.0` | `0.45.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.2` | `1.0.3` |
| [regex](https://github.com/rust-lang/regex) | `1.11.3` | `1.12.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.176` | `0.2.177` |
| tor-rtcompat | `0.34.0` | `0.35.0` |
| [tuic](https://github.com/Itsusinn/tuic) | `v1.5.0` | `v1.5.2` |
| [tuic-quinn](https://github.com/Itsusinn/tuic) | `v1.5.0` | `v1.5.2` |
| [russh](https://github.com/warp-tech/russh) | `0.54.4` | `0.54.5` |
| [windows](https://github.com/microsoft/windows-rs) | `0.62.1` | `0.62.2` |
| [httpmock](https://github.com/httpmock/httpmock) | `0.8.0` | `0.8.1` |


Updates `sentry` from 0.43.0 to 0.45.0
- [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.43.0...0.45.0)

Updates `webpki-roots` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/1.0.2...v/1.0.3)

Updates `regex` from 1.11.3 to 1.12.1
- [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.11.3...1.12.1)

Updates `libc` from 0.2.176 to 0.2.177
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.176...0.2.177)

Updates `tor-rtcompat` from 0.34.0 to 0.35.0

Updates `tuic` from v1.5.0 to v1.5.2
- [Release notes](https://github.com/Itsusinn/tuic/releases)
- [Commits](Itsusinn/tuic@33cd093...ce1482c)

Updates `tuic-quinn` from v1.5.0 to v1.5.2
- [Release notes](https://github.com/Itsusinn/tuic/releases)
- [Commits](Itsusinn/tuic@33cd093...ce1482c)

Updates `russh` from 0.54.4 to 0.54.5
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](Eugeny/russh@v0.54.4...v0.54.5)

Updates `windows` from 0.62.1 to 0.62.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `httpmock` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/httpmock/httpmock/releases)
- [Changelog](https://github.com/httpmock/httpmock/blob/master/CHANGELOG.md)
- [Commits](httpmock/httpmock@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: sentry
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: webpki-roots
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libc
  dependency-version: 0.2.177
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tor-rtcompat
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tuic
  dependency-version: ce1482c48315f45672eec483d55e2732db4a17ea
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tuic-quinn
  dependency-version: ce1482c48315f45672eec483d55e2732db4a17ea
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: russh
  dependency-version: 0.54.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: windows
  dependency-version: 0.62.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: httpmock
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-064328bd20 branch from 0172c3b to 20b5e92 Compare October 13, 2025 04:12
@ibigbug ibigbug merged commit c0c1943 into master Oct 13, 2025
33 of 34 checks passed
@ibigbug ibigbug deleted the dependabot/cargo/rust-dependencies-064328bd20 branch October 13, 2025 11:36
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