Skip to content

Commit c55debf

Browse files
Finish fixing the test containers integration
1 parent f10d9d2 commit c55debf

File tree

3 files changed

+175
-206
lines changed

3 files changed

+175
-206
lines changed

testcontainers/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ rust-version = "1.76.0"
1010

1111
[dependencies]
1212
anyhow = "1.0.95"
13-
nu-ansi-term = "0.50.1"
13+
futures = "0.3.31"
1414
reqwest = { version= "0.12.12", features = ["json"] }
1515
restate-sdk = { version = "0.4.0", path = "../" }
1616
serde = "1.0.217"
17-
serde_json = "1.0.138"
18-
testcontainers = "0.23.1"
17+
testcontainers = { version = "0.23.3", features = ["http_wait"] }
1918
tokio = "1.43.0"
2019
tracing = "0.1.41"
2120
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)