From 2ba1f11b930aa30abb29d403fb8f69f1addc6baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:31:46 +0000 Subject: [PATCH] chore(deps): update parse-display requirement from 0.9.0 to 0.11.0 Updates the requirements on [parse-display](https://github.com/frozenlib/parse-display) to permit the latest version. - [Changelog](https://github.com/frozenlib/parse-display/blob/master/CHANGELOG.md) - [Commits](https://github.com/frozenlib/parse-display/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: parse-display dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testcontainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index cd9b066b..db020e8d 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3" itertools = "0.14" log = "0.4" memchr = "2.7.2" -parse-display = "0.9.0" +parse-display = "0.11.0" pin-project-lite = "0.2.14" russh = { version = "0.60.0", default-features = false, optional = true } reqwest = { version = "0.13.1", features = [