From 01613c251b174d0918a90192f6d93adfac4f950a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:59:05 +0000 Subject: [PATCH] Update cudarc requirement from 0.18.2 to 0.19.0 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.18.2...v0.19.0) --- updated-dependencies: - dependency-name: cudarc dependency-version: 0.19.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 3bbf80e..922832f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ ort = { version = "=2.0.0-rc.11", default-features = false, features = [ "half", "std", ] } -cudarc = { version = "0.18.2", optional = true, default-features = false, features = [ +cudarc = { version = "0.19.0", optional = true, default-features = false, features = [ "driver", "nvrtc", "dynamic-linking"