Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bbortt committed Sep 29, 2024
1 parent b247e13 commit fe256d9
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 6 deletions.
107 changes: 102 additions & 5 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.10.0", features = ["hashicorp_vault", "k3s", "postgres"] }
testcontainers-modules = { version = "0.11.1", 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 fe256d9

Please sign in to comment.