Skip to content

Commit 7489d5b

Browse files
fix(deps): update all non-major dependencies
1 parent cd5a965 commit 7489d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eventually-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ eventually = { path = "../eventually", version = "0.5.0", features = [
3535
eventually-macros = { path = "../eventually-macros", version = "0.1.0" }
3636
serde = { version = "1.0.219", features = ["derive"] }
3737
rand = "0.9.0"
38-
testcontainers-modules = { version = "0.11.6", features = ["postgres"] }
38+
testcontainers-modules = { version = "0.13.0", features = ["postgres"] }

eventually/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ anyhow = "1.0.97"
2828
async-trait = "0.1.77"
2929
futures = "0.3.30"
3030
thiserror = "2.0.12"
31-
prost = { version = "0.13.5", optional = true }
31+
prost = { version = "0.14.0", optional = true }
3232
serde_json = { version = "1.0.114", optional = true }
3333
serde = { version = "1.0.197", features = ["derive"] }
3434
tracing = { version = "0.1.40", features = ["async-await"], optional = true }

0 commit comments

Comments
 (0)