From 1efcade4b66596fb9d1a234144b79c97146e0759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:49:57 +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.2) --- 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 c894809c..d6037721 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]]