Skip to content

Commit

Permalink
chore(deps): update testing (#1552)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 0c321ba commit 0aec9b8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 16 deletions.
68 changes: 54 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ actix-middleware-etag = "0.4.1"
[dev-dependencies]
insta = { version = "1.39.0", features = ["json", "redactions", "yaml"] }
pretty_assertions = "1.4.0"
testcontainers = { version = "0.22.0", features = ["watchdog"] }
testcontainers-modules = { version = "0.10.0", features = ["meilisearch", "postgres"] }
testcontainers = { version = "0.23.0", features = ["watchdog"] }
testcontainers-modules = { version = "0.11.0", features = ["meilisearch", "postgres"] }
tracing-test = "0.2.5"


Expand Down

0 comments on commit 0aec9b8

Please sign in to comment.