Skip to content

Commit e6d4905

Browse files
chore(deps): bump testcontainers from 0.23.3 to 0.24.0 (#15989)
* chore(deps): bump testcontainers from 0.23.3 to 0.24.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.23.3 to 0.24.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.23.3...0.24.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update test_containers_modules too --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <[email protected]>
1 parent 8c2264c commit e6d4905

File tree

2 files changed

+30
-96
lines changed

2 files changed

+30
-96
lines changed

Cargo.lock

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

datafusion/sqllogictest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ rust_decimal = { version = "1.37.1", features = ["tokio-pg"] }
5959
sqllogictest = "0.28.2"
6060
sqlparser = { workspace = true }
6161
tempfile = { workspace = true }
62-
testcontainers = { version = "0.23", features = ["default"], optional = true }
63-
testcontainers-modules = { version = "0.11", features = ["postgres"], optional = true }
62+
testcontainers = { version = "0.24", features = ["default"], optional = true }
63+
testcontainers-modules = { version = "0.12", features = ["postgres"], optional = true }
6464
thiserror = "2.0.12"
6565
tokio = { workspace = true }
6666
tokio-postgres = { version = "0.7.12", optional = true }

0 commit comments

Comments
 (0)