Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps the major group with 3 updates in the / directory: dirs, tokio-tungstenite and test-context.

Updates dirs from 5.0.1 to 6.0.0

Commits

Updates tokio-tungstenite from 0.27.0 to 0.28.0

Changelog

Sourced from tokio-tungstenite's changelog.

0.28.0

Commits
  • 35d110c Implement into_inner to get the underlying stream (#367)
  • f3ae75d Update tungstenite version and fix bugs
  • 25b544e Allow getting a reference to the shared inner stream (#363)
  • See full diff in compare view

Updates test-context from 0.4.1 to 0.5.3

Release notes

Sourced from test-context's releases.

v0.5.3

Fixed

  • Taking mutable ownership when skipping the teardown doesn't work (#60)

v0.5.2

Added

  • make it so immutable references & full ownership can be taken depending on context (#58)

Other

  • update CHANGELOGS

test-context-macros-v0.5.1

No release notes provided.

v0.5.0

What's Changed

New Contributors

Full Changelog: JasterV/test-context@v0.4.0...v0.5.0

Changelog

Sourced from test-context's changelog.

0.5.3 - 2025-11-06

Fixed

  • Taking mutable ownership when skipping the teardown doesn't work (#60)

0.5.2 - 2025-11-06

Added

  • make it so immutable references & full ownership can be taken depending on context (#58)

Other

  • update CHANGELOGS

0.5.1 - 2025-11-04

Fixed

  • Regression in version 0.5.0 (#55)

Added

[0.5.0] - 2025-10-29

Added

Changed

  • Explain why #[test_context] must come before #[tokio::test]; clarify attribute expansion order by @​vilinski in #49
  • Update README.md by @​JasterV in #47
  • Update dependabot & add release-plz workflow by @​JasterV

Fixed

New Contributors

[0.4.0] - 2025-01-27

Changed

... (truncated)

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 Nov 7, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 7, 2025
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.82%. Comparing base (960efd2) to head (8967ce0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #869      +/-   ##
==========================================
+ Coverage   45.72%   45.82%   +0.09%     
==========================================
  Files          34       34              
  Lines        9843     9680     -163     
==========================================
- Hits         4501     4436      -65     
+ Misses       5342     5244      -98     
Flag Coverage Δ
unittests 45.82% <ø> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps the major group with 3 updates in the / directory: [dirs](https://github.com/soc/dirs-rs), [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) and [test-context](https://github.com/JasterV/test-context).


Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

Updates `tokio-tungstenite` from 0.27.0 to 0.28.0
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.27.0...v0.28.0)

Updates `test-context` from 0.4.1 to 0.5.3
- [Release notes](https://github.com/JasterV/test-context/releases)
- [Changelog](https://github.com/JasterV/test-context/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JasterV/test-context/commits/v0.5.3)

---
updated-dependencies:
- dependency-name: dirs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: tokio-tungstenite
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: test-context
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/major-f5b3e44842 branch from 953f1a0 to 8967ce0 Compare November 17, 2025 11:05
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