From e3c9b3205be192c74d44cc40f177c571c06c9901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 06:28:06 +0000 Subject: [PATCH] chore(deps): bump catgrad-llm from `746f7e5` to `290ada3` Bumps [catgrad-llm](https://github.com/hellas-ai/catgrad) from `746f7e5` to `290ada3`. - [Commits](https://github.com/hellas-ai/catgrad/compare/746f7e586528ecc5cc0cd8ecaba97d6611b9ddb5...290ada3b30cddccd682b544f0b1b0caf1634b9d6) --- updated-dependencies: - dependency-name: catgrad-llm dependency-version: 290ada3b30cddccd682b544f0b1b0caf1634b9d6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd56fe39..469440be 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#290ada3b30cddccd682b544f0b1b0caf1634b9d6" 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#290ada3b30cddccd682b544f0b1b0caf1634b9d6" dependencies = [ - "catgrad", + "catgrad-legacy", "half", "hf-hub", "log", @@ -1924,7 +1924,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -2229,7 +2229,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]] @@ -4389,7 +4389,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7140,7 +7140,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -7208,7 +7208,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]] @@ -7229,7 +7229,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]] @@ -8714,7 +8714,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -10091,7 +10091,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]]