Skip to content

Commit e13e210

Browse files
build(deps): update testcontainers requirement from 0.25 to 0.26
Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-rs/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-rs@0.25.0...0.26.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa02c3d commit e13e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ openssl = { version = "0.10", default-features = false }
218218
rstest = { version = "0.26", default-features = false }
219219
serial_test = { version = "3.1", default-features = false }
220220
tempfile = { version = "3.12", default-features = false }
221-
testcontainers = { version = "0.25", default-features = false, features = [
221+
testcontainers = { version = "0.26", default-features = false, features = [
222222
"aws-lc-rs",
223223
] }
224224
tracing-subscriber = { version = "0.3", default-features = false, features = [

0 commit comments

Comments
 (0)