Skip to content

Commit

Permalink
build(deps): Bump testcontainers from 0.16.5 to 0.16.7 (#3094)
Browse files Browse the repository at this point in the history
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.16.5 to 0.16.7.
- [Release notes](https://github.com/testcontainers/testcontainers-rs/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.16.5...0.16.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 195d3c5 commit dfbb686
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_test = "1.0.175"
serde_yaml = "0.9.34"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
rstest = "0.17.0"
testcontainers = "0.16.5"
testcontainers = "0.16.7"
thiserror = "1.0"
tokio = { version = "1.37", features = ["full", "tracing"] }
trillium = "0.2.19"
Expand Down

0 comments on commit dfbb686

Please sign in to comment.