Skip to content

Commit

Permalink
Bump cucumber from 0.19.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [cucumber](https://github.com/cucumber-rs/cucumber) from 0.19.1 to 0.20.0.
- [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.1...v0.20.0)

---
updated-dependencies:
- dependency-name: cucumber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 62c597f commit f4eea70
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 58 deletions.
124 changes: 67 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
async-fs = "1.6"
baza = { package = "baza-lib", path = "../lib" }
baza-api-s3 = { path = "../api/s3" }
cucumber = { version = "0.19", features = ["libtest"] }
cucumber = { version = "0.20", features = ["libtest"] }
once_cell = "1.18"
rand = "0.8"
rusoto_core = "0.48"
Expand Down

0 comments on commit f4eea70

Please sign in to comment.