Skip to content

Commit

Permalink
chore(deps): update rust crate testcontainers-modules to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent b624f7c commit a8486a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 133 deletions.
135 changes: 4 additions & 131 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 @@ -67,12 +67,12 @@ actix-governor = { version = "0.5.0", features = ["logger"] }
tempfile = "3.10.1"
base64 = "0.22.1"
time = "0.3.36"
testcontainers-modules = { version = "0.6.1", features = ["postgres"] }
testcontainers-modules = { version = "0.7.0", features = ["postgres"] }

[dev-dependencies]
pretty_assertions = "1.4.0"
testcontainers = { version = "0.19.0", features = ["watchdog"] }
testcontainers-modules = {version = "0.6.1",features = ["postgres"] }
testcontainers-modules = {version = "0.7.0",features = ["postgres"] }

[features]
skip_db_setup = []
Expand Down

0 comments on commit a8486a8

Please sign in to comment.