You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[0.25.0] 2025/3/2
Changed
Append generated test macro so next test macros are aware of it
(see #291 thanks to @kezhuw).
Add
Added a #[mode = ...] attribute to be used with the #[files(...)] attribute to change the way
the files get passed to the test.
(see #295 thanks to @lucascool12)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabotbot
added
Changed
Required label for PR that categorizes merge commit message as "Changed" for changelog
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 2, 2025
Next steps: Take a moment to review the security alert
above. Review the linked package source code to understand the potential
risk. Ensure the package is not malicious before proceeding. If you're
unsure how to proceed, reach out to your security team or ask the Socket
team for help at support@socket.dev.
Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore cargo/unicode-ident@1.0.22. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Potential code anomaly (AI signal): cargo regex-automata is 100.0% likely to have a medium risk anomaly
Notes: No explicit malicious behavior detected (no network access, no file system tampering, no data exfiltration, and no backdoor-style code). However, the code employs multiple unsafe blocks, a complex ownership optimization, and manual synchronization that could introduce subtle memory safety or data race issues if assumptions are violated. The non-std path even implements a hand-rolled Mutex, which increases the potential surface for safety bugs. Overall, the code appears to be a performance-optimized pool with sophisticated ownership logic rather than a typical malicious payload. It should be reviewed for thread-safety guarantees and correctness in edge cases, but there is no clear malware pattern present.
Next steps: Take a moment to review the security alert
above. Review the linked package source code to understand the potential
risk. Ensure the package is not malicious before proceeding. If you're
unsure how to proceed, reach out to your security team or ask the Socket
team for help at support@socket.dev.
Suggestion: An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore cargo/regex-automata@0.4.13. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'
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
ChangedRequired label for PR that categorizes merge commit message as "Changed" for changelogdependenciesPull requests that update a dependency filerustPull requests that update Rust codestale-pr
0 participants
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 rstest from 0.21.0 to 0.26.1.
Release notes
Sourced from rstest's releases.
... (truncated)
Changelog
Sourced from rstest's changelog.
... (truncated)
Commits
7a326c8Should rollback version used to testa16a802Should rollback version used to test98e8867Merge remote-tracking branch 'origin/master'f444788Bump version 0.26.15eab9acBump version 0.26.1971f6adBump version 0.26.1edfdd89Fixed docs and readmeab24b5bBump version 0.26.0-deve18375bBump Version 0.26.0dcea54fMake clippy happyYou can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)