From 144e7edd07f31d1c6c5751e11cb19326b41ebf07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:06:09 +0000 Subject: [PATCH] Update testcontainers requirement from 0.11.0 to 0.14.0 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/dev/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-rs/compare/0.11.0...0.14.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 829bc14..516618b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ byteorder = "1.3.4" buffered-reader = "0.20.0" [dev-dependencies] -testcontainers = "0.11.0" \ No newline at end of file +testcontainers = "0.14.0" \ No newline at end of file