Skip to content

Commit

Permalink
Update cucumber requirement from 0.19.0 to 0.20.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cucumber](https://github.com/cucumber-rs/cucumber) to permit the latest version.
- [Release notes](https://github.com/cucumber-rs/cucumber/releases)
- [Changelog](https://github.com/cucumber-rs/cucumber/blob/main/CHANGELOG.md)
- [Commits](cucumber-rs/cucumber@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: cucumber
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 3b29215 commit 7c4c00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dotenv = "0.15.0"
tokio = { version = "1.6.0", features = ["rt-multi-thread", "macros"] }
rand = "0.8.3"
getrandom = { version = "0.2.2", features = ["js"] }
cucumber = "0.19.0"
cucumber = "0.20.0"
async-trait = "0.1.51"

[features]
Expand Down

0 comments on commit 7c4c00e

Please sign in to comment.