From 006b3b1aeef2198a36189fa06298d9ea2b045bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 06:29:52 +0000 Subject: [PATCH] chore(deps): bump catgrad-llm from `746f7e5` to `15e544d` Bumps [catgrad-llm](https://github.com/hellas-ai/catgrad) from `746f7e5` to `15e544d`. - [Commits](https://github.com/hellas-ai/catgrad/compare/746f7e586528ecc5cc0cd8ecaba97d6611b9ddb5...15e544df68f564f872c5efd9e4523a9f2450d21a) --- updated-dependencies: - dependency-name: catgrad-llm dependency-version: 15e544df68f564f872c5efd9e4523a9f2450d21a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4441bbad..a657ff92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,9 +949,9 @@ dependencies = [ ] [[package]] -name = "catgrad" +name = "catgrad-legacy" version = "0.1.1" -source = "git+https://github.com/hellas-ai/catgrad#746f7e586528ecc5cc0cd8ecaba97d6611b9ddb5" +source = "git+https://github.com/hellas-ai/catgrad#15e544df68f564f872c5efd9e4523a9f2450d21a" dependencies = [ "gemm", "half", @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "catgrad-llm" version = "0.1.1" -source = "git+https://github.com/hellas-ai/catgrad#746f7e586528ecc5cc0cd8ecaba97d6611b9ddb5" +source = "git+https://github.com/hellas-ai/catgrad#15e544df68f564f872c5efd9e4523a9f2450d21a" dependencies = [ - "catgrad", + "catgrad-legacy", "half", "hf-hub", "log", @@ -4681,7 +4681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.3", + "windows-targets 0.48.5", ] [[package]] @@ -10092,7 +10092,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.0", + "windows-sys 0.48.0", ] [[package]]