Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Apr 9, 2024
1 parent 7b238c0 commit cf08196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.4"
version = "0.3.7"
features = ["postgres"]

[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.3.5"
version = "0.3.7"
features = ["postgres"]

[dependencies.tokio]
Expand Down

0 comments on commit cf08196

Please sign in to comment.