deps(rust): bump serial_test from 3.4.0 to 3.5.0 in /dependi-lsp#341
deps(rust): bump serial_test from 3.4.0 to 3.5.0 in /dependi-lsp#341dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
✅ Approve
0 findings
Review assessment
No findings — nothing to assess.
TL;DR
Dependency upgrade for serial_test from 3.4.0 to 3.5.0 in the dependi-lsp crate. The upgrade removes dependencies on scc and sdd in favor of std::sync::Mutex, improving Miri strict provenance compatibility.
Findings
No findings.
File-by-file
No changed files with findings.
Compliance & provenance
Compliance & audit
Model: mistral / mistral-large-latest
Prompt sha256: d0a66a7e899c34380d54d65f29c0ee8b01d2e1f87698f6675cae0caa1d70aafb
No signed audit trail is attached
Tokens: 2937 in / 716 out · Estimated cost: $0.0025 (mistral mistral-large-latest)
Merging this PR will improve performance by 35.68%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | insert[100] |
16.4 µs | 10 µs | +65% |
| ⚡ | insert[1000] |
11 µs | 9.9 µs | +11.56% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing dependabot/cargo/dependi-lsp/serial_test-3.5.0 (4e7e105) with main (bf6a128)
Bumps serial_test from 3.4.0 to 3.5.0.
Release notes
Sourced from serial_test's releases.
Commits
6181f643.5.0480beadMerge pull request #157 from justanotheranonymoususer/remove-scc-depe03019eUpdate ci.yml820c0f3Update ci.yml62a89b0Only skip file_lock with filesystem access5ff5501Update ci.yml0bd996dLet's try --all-features338e4edFix formattinga55cde5Cleanup code_lock.rs9ad7a8fRemove unnecessary test leftover changesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
serial_testto 3.5.0 independi-lspto pick up internal locking changes for Miri strict-provenance compatibility. This also drops transitivescc/sddand updatesserial_test_deriveto 3.5.0.Written for commit 4e7e105. Summary will update on new commits.