Skip to content

Commit

Permalink
chore: update test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 11, 2024
1 parent f6ced31 commit 096cc31
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 7 deletions.
73 changes: 68 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/quary-databases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ base64 = "0.22.1"
[dev-dependencies]
assert_cmd = "2"
tempfile = "3"
testcontainers = "0.22.0"
testcontainers = "0.23.1"
# TODO make this depend on latest version when clickhouse is published
testcontainers-modules = { version= "0.10.0", features = ["postgres", "clickhouse"]}
testcontainers-modules = { version= "0.11.3", features = ["postgres", "clickhouse"]}

0 comments on commit 096cc31

Please sign in to comment.