We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ac397 + 99a500c commit 95a20ebCopy full SHA for 95a20eb
1 file changed
Cargo.toml
@@ -69,6 +69,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
69
tempfile = "3.21"
70
# This should stay pinned here until testcontainers makes sure all of its deps using rustls are
71
# using the ring feature. Otherwise this fails to compile on Windows
72
-testcontainers = "0.25"
+testcontainers = "0.26"
73
tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread"] }
74
tokio-util = { version = "0.7", features = ["compat"] }
0 commit comments