Skip to content

Commit 9bdc403

Browse files
build(deps): bump testcontainers-modules from 0.4.2 to 0.4.3
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.4.2 to 0.4.3. - [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.2...v0.4.3) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ef55a2 commit 9bdc403

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = "1.0"
3737
features = ["derive"]
3838

3939
[dependencies.testcontainers-modules]
40-
version = "0.4.2"
40+
version = "0.4.3"
4141
features = ["postgres"]
4242

4343
[dependencies.tokio]

src/public/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version = "1.0"
100100
features = ["derive"]
101101

102102
[dependencies.testcontainers-modules]
103-
version = "0.4.2"
103+
version = "0.4.3"
104104
features = ["postgres"]
105105

106106
[dependencies.tokio]

0 commit comments

Comments
 (0)