From cfe153fdf36736d8884e2538ef12a14010a2c1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 06:24:35 +0000 Subject: [PATCH] chore(deps): bump catgrad-llm from `746f7e5` to `a28f3e4` Bumps [catgrad-llm](https://github.com/hellas-ai/catgrad) from `746f7e5` to `a28f3e4`. - [Commits](https://github.com/hellas-ai/catgrad/compare/746f7e586528ecc5cc0cd8ecaba97d6611b9ddb5...a28f3e40a82fc510219320778faf0994c41fb559) --- updated-dependencies: - dependency-name: catgrad-llm dependency-version: a28f3e40a82fc510219320778faf0994c41fb559 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00426820..9ced04f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,9 +982,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#a28f3e40a82fc510219320778faf0994c41fb559" dependencies = [ "gemm", "half", @@ -1002,9 +1002,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#a28f3e40a82fc510219320778faf0994c41fb559" dependencies = [ - "catgrad", + "catgrad-legacy", "half", "hf-hub", "log", @@ -1968,7 +1968,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -2273,7 +2273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -4443,7 +4443,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4736,7 +4736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.53.3", ] [[package]] @@ -6735,7 +6735,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -7215,7 +7215,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -7283,7 +7283,7 @@ dependencies = [ "security-framework 3.4.0", "security-framework-sys", "webpki-root-certs 0.26.11", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7304,7 +7304,7 @@ dependencies = [ "security-framework 3.4.0", "security-framework-sys", "webpki-root-certs 1.0.2", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8800,7 +8800,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -10196,7 +10196,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.0", ] [[package]]