Skip to content

Commit

Permalink
build(deps): bump testcontainers-modules from 0.9.0 to 0.11.5
Browse files Browse the repository at this point in the history
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.9.0 to 0.11.5.
- [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.9.0...v0.11.5)

---
updated-dependencies:
- dependency-name: testcontainers-modules
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent aa46913 commit 7faec4b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 6 deletions.
86 changes: 81 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rusty-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ uuid = { workspace = true, features = [ "serde", "v7" ] }

[dev-dependencies]
testcontainers = { version = "0.21" }
testcontainers-modules = { version = "0.9", features = [ "postgres" ] }
testcontainers-modules = { version = "0.11", features = [ "postgres" ] }
tracing-test = { version = "0.2" } # features = [ "no-env-filter" ]

0 comments on commit 7faec4b

Please sign in to comment.