From 6e763e3b8736007813e969944dd8e524e2427cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:35:34 +0000 Subject: [PATCH] build(deps): bump ort from `f60ed5f` to `f7be591` Bumps [ort](https://github.com/pykeio/ort) from `f60ed5f` to `f7be591`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/f60ed5f7f99c94402d1ad1d5e460171f929dee50...f7be591d068f25c4263ed1f0b1ddbd34275a2120) --- updated-dependencies: - dependency-name: ort dependency-version: f7be591d068f25c4263ed1f0b1ddbd34275a2120 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8de8dd7..9f2a3e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -78,7 +78,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -496,7 +496,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -646,7 +646,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -1734,7 +1734,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#f60ed5f7f99c94402d1ad1d5e460171f929dee50" +source = "git+https://github.com/pykeio/ort.git#f7be591d068f25c4263ed1f0b1ddbd34275a2120" dependencies = [ "libloading", "ndarray", @@ -1747,7 +1747,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#f60ed5f7f99c94402d1ad1d5e460171f929dee50" +source = "git+https://github.com/pykeio/ort.git#f7be591d068f25c4263ed1f0b1ddbd34275a2120" dependencies = [ "flate2", "hmac-sha256", @@ -2227,7 +2227,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2672,7 +2672,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]]