Skip to content

chore(deps): update rust crate serial_test to v4 - #1384

Merged
clouatre merged 1 commit into
mainfrom
renovate/serial_test-4.x
Aug 10, 2026
Merged

chore(deps): update rust crate serial_test to v4#1384
clouatre merged 1 commit into
mainfrom
renovate/serial_test-4.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
serial_test dev-dependencies major =3.5.0=4.0.1

Release Notes

palfrey/serial_test (serial_test)

v4.0.1

Compare Source

As per v4.0.0, but with the root MSRV correctly set to 1.93.1

v4.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: palfrey/serial_test@v3.5.0...v4.0.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Dependency updates label Aug 10, 2026
@renovate
renovate Bot requested a review from clouatre as a code owner August 10, 2026 02:49
@renovate renovate Bot added the dependencies Dependency updates label Aug 10, 2026
@aptu-dev aptu-dev Bot added the testing Test-related changes label Aug 10, 2026

@aptu-dev aptu-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aptu Review

💬 Comment — Updates the serial_test dev-dependency from v3.5.0 to v4.0.1. This is a major version bump that includes a refactor to use syn v3 and updates the Minimum Supported Rust Version (MSRV) to 1.93.1.


Posted by aptu

tokio = { workspace = true }
tempfile = { workspace = true }
serial_test = "=3.5.0"
serial_test = "=4.0.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this update bumps the MSRV requirement for tests to 1.93.1 due to the dependency change.

@renovate
renovate Bot force-pushed the renovate/serial_test-4.x branch from d30c925 to 4223ab9 Compare August 10, 2026 02:57

@aptu-dev aptu-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aptu Review

✅ Approve — Updates the dev‑dependency serial_test from v3.5.0 to v4.0.1, which also bumps the syn crate to v3 and raises the crate's MSRV to 1.93.1. Cargo.lock is updated accordingly.


Posted by aptu

@@ -48,6 +48,6 @@ base64 = { workspace = true }
[dev-dependencies]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dev‑dependency version was updated. Ensure the project's Rust toolchain satisfies the new MSRV (≥1.93.1) and run the full test suite to catch any macro‑related breakages.

@renovate
renovate Bot force-pushed the renovate/serial_test-4.x branch from 4223ab9 to ac53025 Compare August 10, 2026 04:36

@aptu-dev aptu-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aptu Review

💬 Comment — Update serial_test dev-dependency from v3.5.0 to v4.0.1. This is a major version bump that includes a refactor to use syn v3 and updates the Minimum Supported Rust Version (MSRV) to 1.93.1.


Posted by aptu

tokio = { workspace = true }
tempfile = { workspace = true }
serial_test = "=3.5.0"
serial_test = "=4.0.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update bumps serial_test to 4.0.1. Please ensure that the CI environment uses Rust 1.93.1 or higher to satisfy the new MSRV requirement of the dependency.

@renovate
renovate Bot force-pushed the renovate/serial_test-4.x branch from ac53025 to d779cac Compare August 10, 2026 14:31
@renovate
renovate Bot force-pushed the renovate/serial_test-4.x branch from d779cac to 438d792 Compare August 10, 2026 14:33

@clouatre clouatre left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Merging the serial_test major version bump; CI is green.

@clouatre
clouatre merged commit d5c1aed into main Aug 10, 2026
14 checks passed
@clouatre
clouatre deleted the renovate/serial_test-4.x branch August 10, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates testing Test-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant