Skip to content

Commit

Permalink
build(deps): bump testcontainers-modules from 0.3.4 to 0.3.5
Browse files Browse the repository at this point in the history
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs-modules-community@v0.3.4...v0.3.5)

---
updated-dependencies:
- dependency-name: testcontainers-modules
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zk-steve committed Mar 6, 2024
1 parent 6c4e193 commit 06300b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ diesel = { version = "2.1.0", features = ["postgres", "postgres_backend", "uuid"
uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
serde_json = "1.0"
testcontainers = "0.15.0"
testcontainers-modules = {version = "0.3.4", features = ["postgres"]}
testcontainers-modules = {version = "0.3.5", features = ["postgres"]}
rand = "0.8.4"
diesel_migrations = "2.1.0"

0 comments on commit 06300b3

Please # to comment.