From 558cd24677e0eea1b40ca65a744495039eeaa74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 21:52:29 +0000 Subject: [PATCH] Bump ort from `90afc70` to `4745bb3` Bumps [ort](https://github.com/pykeio/ort) from `90afc70` to `4745bb3`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/90afc700d0c96c382f1ed67ade387c291e0c1fe9...4745bb3a4a1b5ab7f2c807b8989638627068cdf9) --- updated-dependencies: - dependency-name: ort dependency-version: 4745bb3a4a1b5ab7f2c807b8989638627068cdf9 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 3756822..807a684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1697,7 +1697,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.9" -source = "git+https://github.com/pykeio/ort.git#90afc700d0c96c382f1ed67ade387c291e0c1fe9" +source = "git+https://github.com/pykeio/ort.git#4745bb3a4a1b5ab7f2c807b8989638627068cdf9" dependencies = [ "libloading", "ndarray", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.9" -source = "git+https://github.com/pykeio/ort.git#90afc700d0c96c382f1ed67ade387c291e0c1fe9" +source = "git+https://github.com/pykeio/ort.git#4745bb3a4a1b5ab7f2c807b8989638627068cdf9" dependencies = [ "flate2", "pkg-config",