Skip to content

Commit

Permalink
chore: bump cucumber to 0.19.1 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Mar 23, 2023
1 parent 8ecbead commit accdd64
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 668 deletions.
129 changes: 25 additions & 104 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ dependencies = [
"once_cell",
"strsim",
"termcolor",
"textwrap 0.16.0",
"textwrap",
]

[[package]]
Expand Down Expand Up @@ -957,80 +957,40 @@ dependencies = [

[[package]]
name = "cucumber"
version = "0.13.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "399fa7fc41ab7163fc49d5c2613b582b04bbf2d5342fcb1946fc1efd5b71193c"
dependencies = [
"async-trait",
"atty",
"clap 3.2.23",
"console",
"cucumber-codegen 0.13.0",
"cucumber-expressions",
"derive_more",
"either",
"futures",
"gherkin 0.12.0",
"globwalk",
"inventory 0.2.3",
"itertools",
"linked-hash-map",
"once_cell",
"regex",
"sealed 0.4.0",
]

[[package]]
name = "cucumber"
version = "0.17.0"
version = "0.19.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "24f3e7fc780b1bc0dc3b60e06d0e43d0fc2ed8ba6a854cf756764bcfc33aaab8"
checksum = "a845da7c9fb958144700201d22e3f61f55114f9e269c13f03fe179d9da500984"
dependencies = [
"anyhow",
"async-trait",
"atty",
"clap 4.1.8",
"console",
"cucumber-codegen 0.17.0",
"cucumber-codegen",
"cucumber-expressions",
"derive_more",
"drain_filter_polyfill",
"either",
"futures",
"gherkin 0.13.0",
"gherkin",
"globwalk",
"humantime",
"inventory 0.3.3",
"inventory",
"itertools",
"linked-hash-map",
"once_cell",
"regex",
"sealed 0.4.0",
"serde",
"serde_json",
"smart-default",
]

[[package]]
name = "cucumber-codegen"
version = "0.13.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "6a6f939adacd640286fb794ec392c068367991795db4c2c9112b748fb4fbf04f"
dependencies = [
"cucumber-expressions",
"inflections",
"itertools",
"proc-macro2",
"quote",
"regex",
"syn",
"synthez",
]

[[package]]
name = "cucumber-codegen"
version = "0.17.0"
version = "0.19.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "9b71f72539be877c7a0ed7464ac94936f5369ee8b9033439a0fed2103af5508f"
checksum = "0dfb841fe8742f57fbe94738a189022e7dc858f2560c7fba5da44dc945a139e1"
dependencies = [
"cucumber-expressions",
"inflections",
Expand Down Expand Up @@ -1722,23 +1682,6 @@ dependencies = [
"syn",
]

[[package]]
name = "gherkin"
version = "0.12.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "98ab17bb865b7c4fbca5133801229aeb127e254a47c29fd26968195fce9458ab"
dependencies = [
"heck 0.3.3",
"peg 0.6.3",
"quote",
"serde",
"serde_json",
"syn",
"textwrap 0.12.1",
"thiserror",
"typed-builder 0.7.1",
]

[[package]]
name = "gherkin"
version = "0.13.0"
Expand All @@ -1751,9 +1694,9 @@ dependencies = [
"serde",
"serde_json",
"syn",
"textwrap 0.16.0",
"textwrap",
"thiserror",
"typed-builder 0.10.0",
"typed-builder",
]

[[package]]
Expand Down Expand Up @@ -2186,16 +2129,6 @@ dependencies = [
"cfg-if 1.0.0",
]

[[package]]
name = "inventory"
version = "0.2.3"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
dependencies = [
"ctor",
"ghost",
]

[[package]]
name = "inventory"
version = "0.3.3"
Expand Down Expand Up @@ -2787,7 +2720,7 @@ dependencies = [
"clap 3.2.23",
"const_format",
"coset",
"cucumber 0.17.0",
"cucumber",
"fixed",
"hex",
"itertools",
Expand Down Expand Up @@ -2839,7 +2772,7 @@ version = "0.1.0"
dependencies = [
"async-channel",
"coset",
"cucumber 0.17.0",
"cucumber",
"itertools",
"many-error",
"many-identity",
Expand Down Expand Up @@ -2891,7 +2824,7 @@ dependencies = [
"cbor-diag",
"ciborium",
"coset",
"cucumber 0.13.0",
"cucumber",
"futures",
"many-client",
"many-error",
Expand Down Expand Up @@ -3342,9 +3275,6 @@ name = "once_cell"
version = "1.17.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
dependencies = [
"parking_lot_core",
]

[[package]]
name = "opaque-debug"
Expand Down Expand Up @@ -4439,6 +4369,17 @@ version = "1.10.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"

[[package]]
name = "smart-default"
version = "0.6.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]

[[package]]
name = "smawk"
version = "0.3.1"
Expand Down Expand Up @@ -4768,15 +4709,6 @@ version = "0.4.0"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"

[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
"unicode-width",
]

[[package]]
name = "textwrap"
version = "0.16.0"
Expand Down Expand Up @@ -5035,17 +4967,6 @@ version = "0.2.4"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"

[[package]]
name = "typed-builder"
version = "0.7.1"
source = "registry+/~https://github.com/rust-lang/crates.io-index"
checksum = "f85f4270f4f449a3f2c0cf2aecc8415e388a597aeacc7d55fc749c5c968c8533"
dependencies = [
"proc-macro2",
"quote",
"syn",
]

[[package]]
name = "typed-builder"
version = "0.10.0"
Expand Down
Loading

0 comments on commit accdd64

Please sign in to comment.