From 0e0e60e04b50268561d9c80664ea1f9c916c40a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:51:26 +0000 Subject: [PATCH] build(deps): bump ort from `c162a72` to `8b3a1ed` Bumps [ort](https://github.com/pykeio/ort) from `c162a72` to `8b3a1ed`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/c162a72a3878d2c54ffd109f6389db5d92411631...8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23) --- updated-dependencies: - dependency-name: ort dependency-version: 8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d852fc1..3404de6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,7 +1740,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#c162a72a3878d2c54ffd109f6389db5d92411631" +source = "git+https://github.com/pykeio/ort.git#8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23" dependencies = [ "libloading", "ndarray", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#c162a72a3878d2c54ffd109f6389db5d92411631" +source = "git+https://github.com/pykeio/ort.git#8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23" dependencies = [ "flate2", "pkg-config",