From 46d1fe87de58e5fa3e4a18c752643e10f1382588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:00:24 +0000 Subject: [PATCH] Update testcontainers requirement from 0.15.0 to 0.17.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.17.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..a7214bc 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.17.0" assert-json-diff = "2.0.2" insta = { version = "1.38.0", features = ["yaml", "filters"] }