From eb9532b4aaa4bd6144d6045775aa81a9b91253a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 06:07:41 +0000 Subject: [PATCH] Update cargo-util requirement from =0.2.16 to =0.2.23 --- updated-dependencies: - dependency-name: cargo-util dependency-version: 0.2.16 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..13ed24a4 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.23", 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 }