diff --git a/Cargo.toml b/Cargo.toml index 6fcb567..da4af99 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.21" } +testcontainers = { version = "0.22" } [dev-dependencies] env_logger = "0.11"