Skip to content

Commit

Permalink
Upgrade cucumber crate to 0.20 version (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 2fae84b commit 2e271b8
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 2e271b8

Please sign in to comment.