Skip to content

Commit 8b5138d

Browse files
dependabot[bot]decebal
authored andcommitted
deps(rust): bump testcontainers-modules from 0.13.0 to 0.14.0
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.13.0 to 0.14.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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce1903e commit 8b5138d

File tree

2 files changed

+56
-5
lines changed

2 files changed

+56
-5
lines changed

Cargo.lock

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

apps/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ criterion.workspace = true
125125
ctrlc.workspace = true
126126
tempfile.workspace = true
127127
testcontainers = "0.25"
128-
testcontainers-modules = { version = "0.13", features = ["postgres"] }
128+
testcontainers-modules = { version = "0.14", features = ["postgres"] }
129129

130130
[[bench]]
131131
name = "performance_benchmarks"

0 commit comments

Comments
 (0)