Skip to content

Commit ca17635

Browse files
Bump testcontainers from 0.16.7 to 0.18.0
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.16.7 to 0.18.0. - [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.16.7...0.18.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c9719d commit ca17635

File tree

3 files changed

+6
-67
lines changed

3 files changed

+6
-67
lines changed

Cargo.lock

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

tremor-connectors-aws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ aws-credential-types = { version = "1", default-features = false }
3838

3939
[dev-dependencies]
4040
rand = { version = "0.8", default-features = false }
41-
testcontainers = { version = "0.17", default-features = false }
41+
testcontainers = { version = "0.18", default-features = false }
4242
serial_test = { version = "3.0", default-features = false }
4343
bytes = { version = "1.1", default-features = true }
4444
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.29" }

tremor-connectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ socket2 = { version = "0.5", optional = true, default-features = false }
157157
serde_yaml = { version = "0.9", default-features = false }
158158
test-case = "3.3"
159159
proptest = "1.5"
160-
testcontainers = "0.16.7"
160+
testcontainers = "0.18.0"
161161
serial_test = "3.0"
162162
http-types = "2.0"
163163
bytes = "1.0"

0 commit comments

Comments
 (0)