From b91e6406e37676ee5d9a131c8aa6ce4a88c9a9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:02:20 +0000 Subject: [PATCH] Update cargo requirement from 0.90.0 to 0.91.0 Updates the requirements on [cargo](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/0.90.0...0.91.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.91.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e2dd95..af56be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ name = "cargo-ctest" path = "src/bin/ctest.rs" [dependencies] -cargo = "0.90.0" +cargo = "0.91.0" cargo-util = "0.2" semver = "1.0.3" log = "0.4"