From 70d64f74aecc0c514f5acda82241f8826d544e94 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Tue, 3 Nov 2020 11:56:13 +1100 Subject: [PATCH] Testcontainers upgrade --- swap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/Cargo.toml b/swap/Cargo.toml index e89df6a3..af99bcba 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -47,4 +47,4 @@ hyper = "0.13" port_check = "0.1" spectral = "0.6" tempfile = "3" -testcontainers = "0.10" +testcontainers = "0.11"