From bdf674828bed0a5de51c6e315b2142af708cfb0e Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 21:53:18 -0400 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bd450a..c6d3641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ hyper = { version = "1.6.0" } sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls"] } dotenv = { version = "0.15" } testcontainers = { version = "0.23.3" } -testcontainers-modules = { version = "0.11.6" } +testcontainers-modules = { version = "0.11.6", features = ["blocking", "postgres"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }