Skip to content

Commit

Permalink
build(deps): bump testcontainers-modules from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.11.2 to 0.11.3.
- [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.11.2...v0.11.3)

---
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 bbortt committed Oct 20, 2024
1 parent 783588c commit ea47a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -23,7 +23,7 @@ assert_cmd = "2.0.16"
ntest = "0.9.3"
predicates = "3.1.2"
schemars = "0.8.21"
testcontainers-modules = { version = "0.11.2", features = ["hashicorp_vault", "k3s", "postgres"] }
testcontainers-modules = { version = "0.11.3", features = ["hashicorp_vault", "k3s", "postgres"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.12"
utilities = {path= "tests/utilities" }
Expand Down

0 comments on commit ea47a5b

Please sign in to comment.