We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdb851 commit 47bf579Copy full SHA for 47bf579
2 files changed
crates/env-var/Cargo.toml
@@ -19,7 +19,7 @@ async-trait = "0.1.89"
19
20
[dev-dependencies]
21
tokio = { version = "1.48.0", features = ["full"] }
22
-cucumber = "0.21.1"
+cucumber = "0.22.0"
23
futures = "0.3.31"
24
test-with = { version = "0.15", features = ["runtime"] }
25
libtest-with = { version = "0.8.1-10" }
crates/flagd/Cargo.toml
@@ -24,7 +24,7 @@ include = [
tonic-prost-build = "0.14"
26
27
-cucumber = "0.21"
+cucumber = "0.22"
28
tokio-stream = "0.1"
29
futures-core = "0.3"
30
testcontainers = { version = "0.26.0", features = ["http_wait", "blocking"] }
0 commit comments