From 7db6bb67a499edbf4a4f48ff9ce17c274ffce9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 05:24:07 +0000 Subject: [PATCH] build(deps): bump ort from `1e6f7ee` to `d28c835` Bumps [ort](https://github.com/pykeio/ort) from `1e6f7ee` to `d28c835`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/1e6f7ee1c8b056b00d280167ba172c96e78fcd1c...d28c835c3cc98bcbefc208dc26c8618ccbadec3f) --- updated-dependencies: - dependency-name: ort dependency-version: d28c835c3cc98bcbefc208dc26c8618ccbadec3f 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 8577fee..8b0c1d8 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#1e6f7ee1c8b056b00d280167ba172c96e78fcd1c" +source = "git+https://github.com/pykeio/ort.git#d28c835c3cc98bcbefc208dc26c8618ccbadec3f" 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#1e6f7ee1c8b056b00d280167ba172c96e78fcd1c" +source = "git+https://github.com/pykeio/ort.git#d28c835c3cc98bcbefc208dc26c8618ccbadec3f" dependencies = [ "flate2", "pkg-config",