diff --git a/Cargo.lock b/Cargo.lock index 89b8a010..f361cde4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,9 +978,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#2f1f4d85b814c9f170cc12958701fbb6bdb5ad4d" dependencies = [ "gemm", "half 2.6.0", @@ -998,9 +998,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#2f1f4d85b814c9f170cc12958701fbb6bdb5ad4d" dependencies = [ - "catgrad", + "catgrad-legacy", "half 2.6.0", "hf-hub", "log", @@ -4413,7 +4413,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4707,7 +4707,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]] @@ -6829,7 +6829,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -7393,7 +7393,7 @@ dependencies = [ "security-framework 3.4.0", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10287,7 +10287,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]]