From e76b963dfb7a07ec97c08da450a4cdb1e6694730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:28:10 +0000 Subject: [PATCH] build(deps): bump ort from `8b3a1ed` to `df992cb` Bumps [ort](https://github.com/pykeio/ort) from `8b3a1ed` to `df992cb`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23...df992cb910eb94b55abcc9ead01d2e8d69b035f7) --- updated-dependencies: - dependency-name: ort dependency-version: df992cb910eb94b55abcc9ead01d2e8d69b035f7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f810b46..dec73c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,6 +719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" dependencies = [ "crc32fast", + "libz-rs-sys", "miniz_oxide", ] @@ -875,6 +876,12 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" +[[package]] +name = "hmac-sha256" +version = "1.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad6880c8d4a9ebf39c6e8b77007ce223f646a4d21ce29d99f70cb16420545425" + [[package]] name = "hound" version = "3.5.1" @@ -1366,6 +1373,15 @@ dependencies = [ "redox_syscall", ] +[[package]] +name = "libz-rs-sys" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" +dependencies = [ + "zlib-rs", +] + [[package]] name = "lindera" version = "0.39.0" @@ -1740,24 +1756,23 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23" +source = "git+https://github.com/pykeio/ort.git#df992cb910eb94b55abcc9ead01d2e8d69b035f7" dependencies = [ "libloading", "ndarray", "ort-sys", "smallvec 2.0.0-alpha.10", "tracing", + "ureq", ] [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#8b3a1edd1ca4e10e8f6c16e05091f0e17cd9da23" +source = "git+https://github.com/pykeio/ort.git#df992cb910eb94b55abcc9ead01d2e8d69b035f7" dependencies = [ "flate2", - "pkg-config", - "sha2", - "tar", + "hmac-sha256", "ureq", ] @@ -3577,6 +3592,12 @@ dependencies = [ "syn", ] +[[package]] +name = "zlib-rs" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2" + [[package]] name = "zstd" version = "0.13.3"