From 0f95a7f60638d8e9a29cc1c2de5a41c07edae148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:36:22 +0000 Subject: [PATCH] build(deps): bump ort from `4c1b6c0` to `95d520a` Bumps [ort](https://github.com/pykeio/ort) from `4c1b6c0` to `95d520a`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/4c1b6c0ec2fd1f940853c07a921d990279d35d4c...95d520a6f650a84467372b3f0a81dfce924260d3) --- updated-dependencies: - dependency-name: ort dependency-version: 95d520a6f650a84467372b3f0a81dfce924260d3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8ce67..39320a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,7 +495,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1704,7 +1704,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" +source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" dependencies = [ "libloading", "ndarray", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" +source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3" dependencies = [ "flate2", "hmac-sha256",