manuelmauro / algonaut

A rusty sdk for Algorand.
MIT License
64 stars 38 forks source link

Update cucumber requirement from 0.16.0 to 0.18.0 #196

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on cucumber to permit the latest version.

Release notes

Sourced from cucumber's releases.

0.18.0

API docs Changelog

Changelog

Sourced from cucumber's changelog.

0.18.0 · 2022-12-07

Diff | Milestone

BC Breaks

  • Added NotFound variant to event::StepError. (#250)

Fixed

  • Not panicking on fail_on_skipped() with retries. (#250, #249)

#249: /../../issues/249 #250: /../../pull/250

0.17.0 · 2022-11-23

Diff | Milestone

BC Breaks

  • Added event::ScenarioFinished as [Cucumber::after][0170-1] hook's argument, explaining why the Scenario has finished. (#246, #245)

Fixed

  • Uncaught panics of user code, when they happen before first poll of the returned Futures. (#246)

#245: /../../discussions/245 #246: /../../pull/246 [0170-1]: https://docs.rs/cucumber/0.17.0/cucumber/struct.Cucumber.html#method.after

0.16.0 · 2022-11-09

Diff | Milestone

BC Breaks

  • Bumped up [MSRV] to 1.65 for using let-else statements. ([7f52d4a5])

Added

... (truncated)

Commits


Dependabot 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 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 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)
dependabot[bot] commented 1 year ago

Superseded by #197.