chore(deps): update rust crate serial_test to v4 - #1384
Conversation
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Note that this update bumps the MSRV requirement for tests to 1.93.1 due to the dependency change.
d30c925 to
4223ab9
Compare
| @@ -48,6 +48,6 @@ base64 = { workspace = true } | |||
| [dev-dependencies] | |||
There was a problem hiding this comment.
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.
4223ab9 to
ac53025
Compare
| tokio = { workspace = true } | ||
| tempfile = { workspace = true } | ||
| serial_test = "=3.5.0" | ||
| serial_test = "=4.0.1" |
There was a problem hiding this comment.
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.
ac53025 to
d779cac
Compare
d779cac to
438d792
Compare
clouatre
left a comment
There was a problem hiding this comment.
Approved. Merging the serial_test major version bump; CI is green.
This PR contains the following updates:
=3.5.0→=4.0.1Release Notes
palfrey/serial_test (serial_test)
v4.0.1Compare Source
As per v4.0.0, but with the root MSRV correctly set to 1.93.1
v4.0.0Compare Source
What's Changed
synto v3 by @AudaciousAxiom in #159New Contributors
Full Changelog: palfrey/serial_test@v3.5.0...v4.0.0
Configuration
📅 Schedule: (in timezone UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.