From 44e7b69768803a7f28787272d88444f6d6a23918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:59:31 +0000 Subject: [PATCH] Update cudarc requirement from 0.11 to 0.19 Updates the requirements on [cudarc](https://github.com/chelsea0x3b/cudarc) to permit the latest version. - [Release notes](https://github.com/chelsea0x3b/cudarc/releases) - [Commits](https://github.com/chelsea0x3b/cudarc/compare/v0.11.0...v0.19.3) --- updated-dependencies: - dependency-name: cudarc dependency-version: 0.19.3 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 0ce7910..8ca9390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ hwloc2 = { version = "2.2.0", optional = true } # ── CUDA backend ────────────────────────────────────────────────────────────── # cudarc provides safe Rust bindings to the CUDA Driver API. # A specific CUDA version feature must be selected. -cudarc = { version = "0.11", features = ["std", "driver"], optional = true } +cudarc = { version = "0.19", features = ["std", "driver"], optional = true } # ── OpenCL backend ──────────────────────────────────────────────────────────── # opencl3 provides safe OpenCL 3.0 bindings.