From 8c058175230aeab711a106af2ebbd2ab1f2d9fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 23:26:17 +0000 Subject: [PATCH] Update testcontainers requirement from 0.12.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.12.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 63c5ae3..9828a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.21.0", features = ["rt", "time"] } futures = "0.3.24" [dev-dependencies] -testcontainers = "0.12.0" +testcontainers = "0.14.0" once_cell = "1.7.2" anyhow = "1.0.40" tokio-test = "0.4.2"