From 4cf596d00bb51665be90eb229d595527454d3df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:02:47 +0000 Subject: [PATCH] Update trycmd requirement from 0.14.16 to 0.15.0 Updates the requirements on [trycmd](https://github.com/assert-rs/trycmd) to permit the latest version. - [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md) - [Commits](https://github.com/assert-rs/trycmd/compare/v0.14.16...v0.15.0) --- updated-dependencies: - dependency-name: trycmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cling/Cargo.toml b/cling/Cargo.toml index 31b5781..ca6db3c 100644 --- a/cling/Cargo.toml +++ b/cling/Cargo.toml @@ -30,7 +30,7 @@ tracing = { version = "0.1.37", features = ["log"] } [dev-dependencies] tokio = { version = "1", features = ["full"] } trybuild = { version = "1.0.82" } -trycmd = { version = "0.14.16", features = ["examples"] } +trycmd = { version = "0.15.0", features = ["examples"] } # Only needed to fix an incorrect min version set in trycmd filetime = { version = "0.2.22" } # For examples