Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

build(deps): update all minor level dependencies#1285

Merged
flavio merged 1 commit intomainfrom
renovate/all-minor
Jul 28, 2025
Merged

build(deps): update all minor level dependencies#1285
flavio merged 1 commit intomainfrom
renovate/all-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 26, 2025

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.25 -> 0.26
testcontainers dev-dependencies minor 0.24 -> 0.25
tokio (source) dependencies minor 1.46.1 -> 1.47.0

Release Notes

la10736/rstest (rstest)

v0.26.1

Compare Source

Fixed
  • Docs

v0.26.0

Compare Source

Changed
  • The #[files(...)] attribute now ignores matched directory paths by default.
    See #​306 thanks to @​Obito-git.
Add
  • Introduced the #[dirs] attribute, which can be used with #[files(...)] to explicitly include directory paths.
    See #​306 thanks to @​Obito-git.
  • The CI now runs builds and tests on Windows, as well.
  • #[test_attr] to define test attribute explicit and also enable the use of
    #[macro_rules_attribute::apply(<macro>)]: naw also smol works. See
    #​303
    #​311
    #​315
    thanks to @​coriolinus.
Fixed
  • Removed unsued trait and impl spotted out on 1.89.0-nightly
  • Add missed tests about ignore attribute's args in rstest expansion.
    See #​313
  • The #[files(...)] attribute now works reliably on Windows.
  • Now global attributes can go everywhere in the list also where case is used
testcontainers/testcontainers-rs (testcontainers)

v0.25.0

Compare Source

Details
Bug Fixes
  • Make tls features optional (#​806)
  • Add Send trait to stderr & stdout of ExecResult (#​809)
  • Added new parse rule for correctly parsing ports without protocol specifier (#​812)
Features
  • Allow ready conditions customization via ImageExt (#​794)
  • Allow to wait for log line on either stdout or stderr (#​795)
  • Add Container*::exit_code (#​791)
  • Add Container*::is_running (#​790)
  • Add custom health check support for containers (#​816)
  • Introduce container builder api (#​801)
Miscellaneous Tasks
  • [❗] Update bollard to 1.19.1 (#​817)
Refactor
  • Testimages and tests to use builder API (#​804)
tokio-rs/tokio (tokio)

v1.47.0: Tokio v1.47.0

Compare Source

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for
cooperative scheduling, adds SetOnce to the sync module which provides
similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned()which returns anOwnedNotified` without
a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#​7405)
  • sync: add SetOnce (#​7148)
  • sync: add sync::Notify::notified_owned() (#​7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 ([#​7117])
  • deps: update to socket2 v0.6 ([#​7443])
  • sync: improve AtomicWaker::wake performance (#​7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#​7449)
  • runtime: improve safety comments of Readiness<'_> (#​7415)

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 26, 2025 15:10
@renovate renovate bot force-pushed the renovate/all-minor branch from 402356a to 0ca1a90 Compare July 26, 2025 23:32
@renovate renovate bot changed the title build(deps): update rust crate tokio to v1.47.0 build(deps): update all minor level dependencies Jul 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch from 0ca1a90 to ae7df8e Compare July 27, 2025 11:35
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.69%. Comparing base (5dda191) to head (59c2b55).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1285   +/-   ##
=======================================
  Coverage   86.69%   86.69%           
=======================================
  Files          34       34           
  Lines        4939     4939           
=======================================
  Hits         4282     4282           
  Misses        657      657           

☔ 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.

@renovate renovate bot force-pushed the renovate/all-minor branch from ae7df8e to 59c2b55 Compare July 27, 2025 19:24
@viccuad viccuad moved this from Pending review to Blocked in Kubewarden Admission Controller Jul 28, 2025
@flavio flavio merged commit 85e7ea7 into main Jul 28, 2025
33 checks passed
@renovate renovate bot deleted the renovate/all-minor branch July 28, 2025 12:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Development

Successfully merging this pull request may close these issues.

2 participants