Skip to content

Commit

Permalink
Update testcontainers requirement from 0.18 to 0.19
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.18.0...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and milenkovicm committed Jun 29, 2024
1 parent ab8055a commit d638aac
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.18" }
testcontainers = { version = "0.19" }

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

0 comments on commit d638aac

Please sign in to comment.