Skip to content

Commit 9e43d15

Browse files
chore(deps): update rust
1 parent 70588eb commit 9e43d15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clap = { version = "4.5.57", features = ["derive", "color"] }
2626
anyhow = "1.0"
2727
thiserror = "2.0.18"
2828
miette = { version = "7", features = ["fancy"] }
29-
cucumber = "0.22"
29+
cucumber = "0.23"
3030
vfs = "0.13"
3131

3232
# TUI

crates/integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ morphir-common = { path = "../../ecosystem/morphir-rust/crates/morphir-common" }
2525
toml = { workspace = true }
2626

2727
[dev-dependencies]
28-
cucumber = { version = "0.22", features = ["output-json"] }
28+
cucumber = { version = "0.23", features = ["output-json"] }
2929
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3030

3131
[[test]]

0 commit comments

Comments
 (0)