Skip to content

Commit

Permalink
build(deps): update testcontainers-modules requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs-modules-community@v0.8.0...v0.8.0)

---
updated-dependencies:
- dependency-name: testcontainers-modules
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 4d9caf8 commit d93e219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ predicates = "3.1.0"
reqwest = { version = "0.12.5", features = ["json"] }
serde_json = "1.0.120"
testcontainers = { version = "0.20.0", features = ["blocking"] }
testcontainers-modules = { version = "0.8.0", features = ["blocking", "postgres"] }
testcontainers-modules = { version = "0.9.0", features = ["blocking", "postgres"] }

0 comments on commit d93e219

Please sign in to comment.