Skip to content

Commit

Permalink
chore(deps): update rust crate testcontainers to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent e2a7cbb commit 9833586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9833586

Please sign in to comment.