From 222442a6fd9774d241c95e0a414f81e3cb149ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:19:32 +0000 Subject: [PATCH] chore(deps): bump tch from 0.24.0 to 0.26.0 Bumps [tch](https://github.com/LaurentMazare/tch-rs) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/LaurentMazare/tch-rs/releases) - [Changelog](https://github.com/LaurentMazare/tch-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LaurentMazare/tch-rs/commits) --- updated-dependencies: - dependency-name: tch dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84d7a8b..8ba47dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2826,9 +2826,9 @@ dependencies = [ [[package]] name = "tch" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d3f84a069d8ba16dbf720b61e8bf131d90ffb8e958a664eae8e4993c5c2fa6f" +checksum = "975b1fb3b612ba925f03dd08b56e5c9452bb7102891d5d9f58c19b49a0b2ec1e" dependencies = [ "half", "lazy_static", @@ -3039,9 +3039,9 @@ dependencies = [ [[package]] name = "torch-sys" -version = "0.24.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ba78777379cf09aaa79708c63e477cf0f95e021d04360c6821f1a9f56173f7" +checksum = "5ae60ab95333c42adcc1a9e74057357e4324a1f344c403e48712a144ab731019" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index ff8155f..0280b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "4.6", features = ["derive"] } reqwest = { version = "0.13", features = ["json"], optional = true } git2 = { version = "0.21", optional = true } # Git repo parsing postgres = { version = "0.19", features = ["with-uuid-1"], optional = true } -tch = { version = "0.24", optional = true } # PyTorch embeddings +tch = { version = "0.26", optional = true } # PyTorch embeddings [features] default = []