Skip to content

Commit

Permalink
build(deps): bump testcontainers-modules from 0.4.0 to 0.4.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.4.0 to 0.4.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.4.0...v0.4.1)

---
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 May 2, 2024
1 parent 0a3f2c2 commit 266ec39
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.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"
features = ["postgres"]

[dependencies.tokio]
Expand Down

0 comments on commit 266ec39

Please sign in to comment.