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"] } diff --git a/eventually/Cargo.toml b/eventually/Cargo.toml index 6f0806c1..dcd58c0f 100644 --- a/eventually/Cargo.toml +++ b/eventually/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.97" async-trait = "0.1.77" futures = "0.3.30" thiserror = "2.0.12" -prost = { version = "0.13.5", optional = true } +prost = { version = "0.14.0", optional = true } serde_json = { version = "1.0.114", optional = true } serde = { version = "1.0.197", features = ["derive"] } tracing = { version = "0.1.40", features = ["async-await"], optional = true }