Skip to content

Commit

Permalink
Update testcontainers requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version.
- [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.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and milenkovicm committed Jul 31, 2024
1 parent 86f4ed8 commit 9dc9c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["testcontainers", "testing", "kafka", "redpanda", "integration-testi

[dependencies]
log = "0.4"
testcontainers = { version = "0.20" }
testcontainers = { version = "0.21" }

[dev-dependencies]
env_logger = "0.11"
Expand Down

0 comments on commit 9dc9c0f

Please sign in to comment.