Skip to content

Commit

Permalink
chore(deps): Update testcontainers (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Sep 12, 2024
1 parent f95f806 commit 408f30a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 57 deletions.
68 changes: 12 additions & 56 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parquet = { version = "52.2", default-features = false, features = ["async"] }

# Testing
test-log = "0.2.16"
testcontainers = "0.20.0"
testcontainers = { version = "0.22.0", features = ["http_wait"] }
mockall = "0.13.0"
temp-dir = "0.1.13"
wiremock = "0.6.0"
Expand Down

0 comments on commit 408f30a

Please sign in to comment.