From 418c6ad9c7a944c12b68ef43203c8cf527687cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:10:16 +0000 Subject: [PATCH] build(deps): update ort requirement from =2.0.0-rc.10 to =2.0.0-rc.13 Updates the requirements on [ort](https://github.com/pykeio/ort) to permit the latest version. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/v2.0.0-rc.10...v2.0.0-rc.10) --- updated-dependencies: - dependency-name: ort dependency-version: 2.0.0-rc.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd9bc636..24acc7d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ wasmtime-wasi-nn = { version = "47.0.2", default-features = false, features = [" # ort exact-pin is mandatory: wasmtime-wasi-nn 47.0.2 bakes in 2.0.0-rc.10 # and later ort releases have breaking ABI shifts that surface as link- # time symbol mismatches. Same pin the Rust substrate engines carry. -ort = "=2.0.0-rc.10" +ort = "=2.0.0-rc.13" # ort-sys must be pinned separately: wasmtime-wasi-nn depends on ort-sys # directly with a loose spec, so a fresh CI resolve picks the latest # matching version and drifts off ort's own ort-sys pin. ort-sys 2.0.0-rc.12