From 827a3867a9866d1ac043ee4ec7e3bba8643330eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:52:56 +0000 Subject: [PATCH] Update cargo-util requirement from =0.2.16 to =0.2.26 Updates the requirements on [cargo-util](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/commits) --- updated-dependencies: - dependency-name: cargo-util dependency-version: 0.2.26 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 f4d43727..b3cfaf90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustacuda_core = { git = "https://github.com/juntyr/RustaCUDA", rev = "c6ea7cc", # crates.io third-party dependencies cargo_metadata = { version = "0.19", default-features = false } -cargo-util = { version = "=0.2.16", default-features = false } # TODO: keep in sync with toolchain +cargo-util = { version = "=0.2.26", default-features = false } # TODO: keep in sync with toolchain colored = { version = "3.0", default-features = false } const-type-layout = { version = "0.3.2", default-features = false } final = { version = "0.1.1", default-features = false }