Skip to content

Commit

Permalink
chore(deps): update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 0ebc600 commit 89c82c3
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 16 deletions.
193 changes: 179 additions & 14 deletions server/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 server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ time = "0.3.36"
[dev-dependencies]
insta = { version = "1.39.0", features = ["yaml", "json", "redactions"] }
pretty_assertions = "1.4.0"
testcontainers = { version = "0.20.0", features = ["watchdog"] }
testcontainers-modules = { version = "0.8.0", features = ["postgres", "meilisearch"] }
testcontainers = { version = "0.21.0", features = ["watchdog"] }
testcontainers-modules = { version = "0.9.0", features = ["postgres", "meilisearch"] }
tracing-test = "0.2.5"

0 comments on commit 89c82c3

Please sign in to comment.