From 6cb593aeee9a440e8ed59219bc533251c9eda61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:33:47 +0000 Subject: [PATCH] sdk: update testcontainers requirement in /updatehub-sdk 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.22.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- updatehub-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatehub-sdk/Cargo.toml b/updatehub-sdk/Cargo.toml index 1ad2f908..6f5de750 100644 --- a/updatehub-sdk/Cargo.toml +++ b/updatehub-sdk/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1", default-features = false, features = ["io-util", "macro [dev-dependencies] tempfile = "3" -testcontainers = "0.15" +testcontainers = "0.22" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] } [[example]]