Skip to content

fix(deps): update rust crate cucumber to 0.22#11

Merged
DamianReeves merged 1 commit intomainfrom
renovate/cucumber-0.x
Jan 23, 2026
Merged

fix(deps): update rust crate cucumber to 0.22#11
DamianReeves merged 1 commit intomainfrom
renovate/cucumber-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Type Update Change
cucumber dependencies minor 0.200.22

Release Notes

cucumber-rs/cucumber (cucumber)

v0.22.1

Compare Source

Diff | Milestone

Fixed
  • Incorrectly disallowed spaces inside placeholders for Examples. (#​388, #​387)

v0.22.0

Compare Source

Diff | Milestone

Fixed
  • Incorrectly disallowed spaces inside placeholders for Examples. (#​388, #​387)

v0.21.1

Compare Source

Diff | Milestone

BC Breaks
  • Bumped up [MSRV] to 1.88 to get rid of once_cell crate, for #[expect] attribute usage, and because of migration to 2024 edition. (4010c1ad, f1307038, b46930c3, 9705253b, 0c7dfc3c, a4cbd3d2)
  • Replaced Arc with PartialEq/Hash pointer-optimized Source in events: (#​352)
    • Source<gherkin::Feature> in event::Cucumber::Feature.
    • Source<gherkin::Rule> in event::Feature::Rule.
    • Source<gherkin::Scenario> in event::Feature::Scenario and event::Rule::Scenario.
    • Source<gherkin::Step> in event::Scenario::Background and event::Scenario::Step.
  • Made non-const the following constructor functions for input type polymorphism: (#​352)
    • event::Cucumber::feature_started() and event::Cucumber::feature_finished().
    • event::Cucumber::rule_started() and event::Cucumber::rule_finished().
    • event::Scenario::step_started(), event::Scenario::step_passed() and event::Scenario::step_skipped().
    • event::Scenario::background_step_started(), event::Scenario::background_step_passed() and event::Scenario::background_step_skipped().
  • Kept only currently executed row of Examples table in expanded Scenario Outlines. (#​371, #​369)
Added
  • CUCUMBER_FILTER_TAGS environment variable support. (#​372)
Fixed
  • Performance degradation on large .feature files. (#​352, #​331)
  • clippy::trivial_regex lint triggering on #[given]/#[when]/#[then] steps without regular expression. (81acba84, #​384)

v0.21.0

Compare Source

Diff | Milestone

Fixed
  • Wrong case of statuses reported in writer::Json. (#​335)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@DamianReeves DamianReeves merged commit d1c0d67 into main Jan 23, 2026
2 checks passed
@DamianReeves DamianReeves deleted the renovate/cucumber-0.x branch January 23, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant