From 7564da27ce4b986bbe2ad62007e283b5cd5a77fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:54:30 +0000 Subject: [PATCH] Update testcontainers requirement from 0.22 to 0.23 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](https://github.com/testcontainers/testcontainers-rs/compare/0.22.0...0.23.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ebd427..7ed52e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["testcontainers", "testing", "kafka", "redpanda", "integration-testi [dependencies] log = "0.4" -testcontainers = { version = "0.22" } +testcontainers = { version = "0.23" } [dev-dependencies] env_logger = "0.11"