From 9765ef51d24f7c9e17b0720f6ee9b4dee894b906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:07:32 +0000 Subject: [PATCH] Bump ort from `4745bb3` to `d1ebde9` Bumps [ort](https://github.com/pykeio/ort) from `4745bb3` to `d1ebde9`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/4745bb3a4a1b5ab7f2c807b8989638627068cdf9...d1ebde95d386513fea836593815e8f86f7b96a85) --- updated-dependencies: - dependency-name: ort dependency-version: d1ebde95d386513fea836593815e8f86f7b96a85 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 864e74c..25fe1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,8 +1696,8 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" -version = "2.0.0-rc.9" -source = "git+https://github.com/pykeio/ort.git#4745bb3a4a1b5ab7f2c807b8989638627068cdf9" +version = "2.0.0-rc.10" +source = "git+https://github.com/pykeio/ort.git#d1ebde95d386513fea836593815e8f86f7b96a85" dependencies = [ "libloading", "ndarray", @@ -1708,8 +1708,8 @@ dependencies = [ [[package]] name = "ort-sys" -version = "2.0.0-rc.9" -source = "git+https://github.com/pykeio/ort.git#4745bb3a4a1b5ab7f2c807b8989638627068cdf9" +version = "2.0.0-rc.10" +source = "git+https://github.com/pykeio/ort.git#d1ebde95d386513fea836593815e8f86f7b96a85" dependencies = [ "flate2", "pkg-config",