From adc318a9faa13f929d34fd0d5721068021d9b87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:02:51 +0000 Subject: [PATCH] Update cargo requirement from 0.91.0 to 0.92.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.91.0...0.92.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.92.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 d7118b2..39df7fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ name = "cargo-ctest" path = "src/bin/ctest.rs" [dependencies] -cargo = "0.91.0" +cargo = "0.92.0" cargo-util = "0.2" semver = "1.0.3" log = "0.4"