From a3c4d0f5e18e7c550ced535a74e4c1b188fa7f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:29:29 +0000 Subject: [PATCH] build(deps): bump candle-core in /native/candlex Bumps [candle-core](https://github.com/huggingface/candle) from `6a446d9` to `4c967b9`. - [Commits](https://github.com/huggingface/candle/compare/6a446d9d73da64daea4dc75e9b57dba78d4180fb...4c967b9184834cd1e166dfdd6d88450d16bad8f2) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/candlex/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/candlex/Cargo.lock b/native/candlex/Cargo.lock index fd8c258..bc1f3aa 100644 --- a/native/candlex/Cargo.lock +++ b/native/candlex/Cargo.lock @@ -100,7 +100,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "candle-core" version = "0.3.0" -source = "git+https://github.com/huggingface/candle#6a446d9d73da64daea4dc75e9b57dba78d4180fb" +source = "git+https://github.com/huggingface/candle#4c967b9184834cd1e166dfdd6d88450d16bad8f2" dependencies = [ "byteorder", "candle-kernels", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "candle-kernels" version = "0.3.0" -source = "git+https://github.com/huggingface/candle#6a446d9d73da64daea4dc75e9b57dba78d4180fb" +source = "git+https://github.com/huggingface/candle#4c967b9184834cd1e166dfdd6d88450d16bad8f2" dependencies = [ "anyhow", "glob",