diff --git a/eventually-postgres/Cargo.toml b/eventually-postgres/Cargo.toml index 4ccd490c..36c31d78 100644 --- a/eventually-postgres/Cargo.toml +++ b/eventually-postgres/Cargo.toml @@ -35,4 +35,4 @@ eventually = { path = "../eventually", version = "0.5.0", features = [ eventually-macros = { path = "../eventually-macros", version = "0.1.0" } serde = { version = "1.0.219", features = ["derive"] } rand = "0.9.0" -testcontainers-modules = { version = "0.11.6", features = ["postgres"] } +testcontainers-modules = { version = "0.12.0", features = ["postgres"] }