chore(deps): bump serial_test from 3.5.0 to 4.0.1 - #223
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: serial_test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/serial_test-4.0.1
branch
from
August 4, 2026 12:43
054efa9 to
0b1643a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps serial_test from 3.5.0 to 4.0.1.
Release notes
Sourced from serial_test's releases.
Commits
383c8944.0.14298adfMSRV is actually 1.93.1f25d56f4.0.07984bdcMerge pull request #160 from palfrey/pre-release-fixesec74212Don't need to split build-all-features now03cd910Upgrade MSRV to 1.93.17cf8563Add a "finish" CI job that depends on everythingd7c4137Upgrade actix-macros to reduce syn 1.x needsae268b0Merge pull request #159 from AudaciousAxiom/refactor/syn-v398b2c36refactor(derive): bumpsynto v3Note
Low Risk
Test-only dependency bump with no runtime behavior changes; main caveat is toolchain/MSRV compatibility for building tests.
Overview
Bumps the dev-dependency
serial_testfrom 3.5.0 to 4.0.1, with matching updates toserial_test_deriveinCargo.lock. The v4 line raises MSRV to 1.93.1 and moves the derive crate from syn 2 to syn 3; application code is unchanged—tests still use attributes like#[serial_test::serial]for env-mutating cases.Risk: Low for production (test-only crate). CI/toolchains must meet the new MSRV if the lockfile is adopted; a major semver bump on a proc-macro test helper is otherwise routine.
Reviewed by Cursor Bugbot for commit 0b1643a. Bugbot is set up for automated code reviews on this repo. Configure here.