From c3486a68d0418ff97ea1ad9460464bf193ac9a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:55:57 +0000 Subject: [PATCH] Update testcontainers requirement from 0.14.0 to 0.15.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.14.0...0.15) --- 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 53b188b..bd0ab95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ url = { version = "2.4.1", features = ["serde"] } [dev-dependencies] fluent-asserter = "0.1.9" mockito = "1.2.0" -testcontainers = "0.14.0" +testcontainers = "0.15.0" assert-json-diff = "2.0.2"