Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Jul 1, 2024
1 parent cc7334b commit 5198be3
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 57 deletions.
183 changes: 128 additions & 55 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 src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "1.0"
features = ["derive"]

[dependencies.testcontainers-modules]
version = "0.6.1"
version = "0.7.1"
features = ["postgres", "redis"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion src/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ version = "1.0"
features = ["derive"]

[dependencies.testcontainers-modules]
version = "0.6.1"
version = "0.7.1"
features = ["postgres", "redis"]

[dependencies.tokio]
Expand Down

0 comments on commit 5198be3

Please sign in to comment.