From 41e343d4549a1027bf80a2abf5169a75483f7d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:03:26 +0000 Subject: [PATCH] Update testcontainers requirement from 0.11.0 to 0.13.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.13) --- 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..878cf6b 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.13.0" \ No newline at end of file