We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10d9d2 commit c55debfCopy full SHA for c55debf
testcontainers/Cargo.toml
@@ -10,12 +10,11 @@ rust-version = "1.76.0"
10
11
[dependencies]
12
anyhow = "1.0.95"
13
-nu-ansi-term = "0.50.1"
+futures = "0.3.31"
14
reqwest = { version= "0.12.12", features = ["json"] }
15
restate-sdk = { version = "0.4.0", path = "../" }
16
serde = "1.0.217"
17
-serde_json = "1.0.138"
18
-testcontainers = "0.23.1"
+testcontainers = { version = "0.23.3", features = ["http_wait"] }
19
tokio = "1.43.0"
20
tracing = "0.1.41"
21
tracing-subscriber = "0.3.19"
0 commit comments