From e65e112262953eba7692a759c5282e2208bc752f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:10:17 +0000 Subject: [PATCH] Update testcontainers requirement from 0.15.0 to 0.19.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/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-rs/compare/0.15...0.19.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 5c6c9ed..cde8f19 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.19.0" assert-json-diff = "2.0.2" insta = { version = "1.38.0", features = ["yaml", "filters"] }