Skip to content

Commit 47bf579

Browse files
chore(deps): update rust crate cucumber to v0.22.0 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cdb851 commit 47bf579

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/env-var/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1.89"
1919

2020
[dev-dependencies]
2121
tokio = { version = "1.48.0", features = ["full"] }
22-
cucumber = "0.21.1"
22+
cucumber = "0.22.0"
2323
futures = "0.3.31"
2424
test-with = { version = "0.15", features = ["runtime"] }
2525
libtest-with = { version = "0.8.1-10" }

crates/flagd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
tonic-prost-build = "0.14"
2525

2626
[dev-dependencies]
27-
cucumber = "0.21"
27+
cucumber = "0.22"
2828
tokio-stream = "0.1"
2929
futures-core = "0.3"
3030
testcontainers = { version = "0.26.0", features = ["http_wait", "blocking"] }

0 commit comments

Comments
 (0)