diff --git a/server/main-api/Cargo.toml b/server/main-api/Cargo.toml index 5a653248e..4de32ad06 100644 --- a/server/main-api/Cargo.toml +++ b/server/main-api/Cargo.toml @@ -71,7 +71,7 @@ testcontainers-modules = { version = "0.6.1", features = ["postgres"] } [dev-dependencies] pretty_assertions = "1.4.0" -testcontainers = { version = "0.18.0", features = ["watchdog"] } +testcontainers = { version = "0.19.0", features = ["watchdog"] } testcontainers-modules = {version = "0.6.1",features = ["postgres"] } [features]