Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/domarinn-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tempfile = "3"
# DOMARINN_TEST_DATABASE_URL is unset, each test binary starts a throwaway
# postgres container; `mise run test-pg` provides one shared server instead
# so the ~30 test binaries don't each pay container startup.
testcontainers = { version = "0.25", features = ["blocking"] }
testcontainers = { version = "0.28", features = ["blocking"] }
testcontainers-modules = { version = "0.13", features = ["postgres"] }
flate2 = "1"
ulid = { workspace = true }
Expand Down
Loading