From 0233bca53e345dd64109f45e2a92cb0830dcbb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:06:58 +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.23.1) --- 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..3fe9d332 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.23" tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] } [[example]]