From fc489ae01652bce7bfc2ba327a238ef9b36616e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:04:24 +0000 Subject: [PATCH] Update testcontainers requirement from 0.15.0 to 0.20.1 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.15...0.20.1) --- 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 5c6c9ed..f8bdcf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ url = { version = "2.4.1", features = ["serde"] } [dev-dependencies] fluent-asserter = "0.1.9" mockito = "1.4.0" -testcontainers = "0.15.0" +testcontainers = "0.20.1" assert-json-diff = "2.0.2" insta = { version = "1.38.0", features = ["yaml", "filters"] }