diff --git a/Cargo.lock b/Cargo.lock index bb7b730..864cadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,9 +1919,9 @@ checksum = "efa535d5117d3661134dbf1719b6f0ffe06f2375843b13935db186cd094105eb" [[package]] name = "ort" -version = "2.0.0-rc.12" +version = "2.0.0-rc.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7de3af33d24a745ffb8fab904b13478438d1cd52868e6f17735ef6e1f8bf133" +checksum = "4336a1e2b38848325241c72889086886004e589b7c74f335e60a8e8db5138a0b" dependencies = [ "libloading", "ndarray 0.17.2", @@ -1933,9 +1933,9 @@ dependencies = [ [[package]] name = "ort-sys" -version = "2.0.0-rc.12" +version = "2.0.0-rc.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7b497d21a8b6fbb4b5a544f8fadb77e801a09ae0add9e411d31c6f89e3c1e90" +checksum = "cf211e3776eea6aec988552fa118dd746d70e1b1e5e244058d1c98015f3e5872" dependencies = [ "hmac-sha256", "lzma-rust2", diff --git a/crates/escapepod-demux/Cargo.toml b/crates/escapepod-demux/Cargo.toml index d12adcd..0f8d9f6 100644 --- a/crates/escapepod-demux/Cargo.toml +++ b/crates/escapepod-demux/Cargo.toml @@ -61,7 +61,7 @@ tract-onnx = { workspace = true, optional = true } # (nothing needed at build time); set `ORT_DYLIB_PATH` to a CUDA-enabled # libonnxruntime to run. Architecture-agnostic — same `[B,1,L] -> [B,2,L]` # contract as the tract CPU path. -ort = { version = "=2.0.0-rc.12", optional = true, features = [ +ort = { version = "=2.0.0-rc.13", optional = true, features = [ "cuda", "load-dynamic", "ndarray",