Skip to content

Commit

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

---
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 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0cedf8f commit 2eb32f7
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 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
@@ -37,7 +37,7 @@ version = "1.0"
features = ["derive"]

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

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

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

[dependencies.tokio]

0 comments on commit 2eb32f7

Please sign in to comment.