From f31fa1d4f9e3e51ec45202ea67ba36cdf8c575e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:48:56 +0000 Subject: [PATCH] Bump ort from `fd73862` to `af63cea` Bumps [ort](https://github.com/pykeio/ort) from `fd73862` to `af63cea`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/fd738622d708d0b7da536812e20a9e63adeaa70d...af63cea8546438576f7fc32c935d779bf0882826) --- updated-dependencies: - dependency-name: ort dependency-version: af63cea8546438576f7fc32c935d779bf0882826 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 44f1eda..fba0ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#fd738622d708d0b7da536812e20a9e63adeaa70d" +source = "git+https://github.com/pykeio/ort.git#af63cea8546438576f7fc32c935d779bf0882826" dependencies = [ "libloading", "ndarray", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#fd738622d708d0b7da536812e20a9e63adeaa70d" +source = "git+https://github.com/pykeio/ort.git#af63cea8546438576f7fc32c935d779bf0882826" dependencies = [ "flate2", "pkg-config",