From f8a86fd6fcce0e98d196ae8545d7a572d5754c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:41:59 +0000 Subject: [PATCH] build(deps): bump ort from `a153479` to `4c1b6c0` Bumps [ort](https://github.com/pykeio/ort) from `a153479` to `4c1b6c0`. - [Release notes](https://github.com/pykeio/ort/releases) - [Commits](https://github.com/pykeio/ort/compare/a1534795948ba56e1b83fe4c64c8292b30a177f3...4c1b6c0ec2fd1f940853c07a921d990279d35d4c) --- updated-dependencies: - dependency-name: ort dependency-version: 4c1b6c0ec2fd1f940853c07a921d990279d35d4c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c3a12d..d4a5db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1754,12 +1754,12 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#a1534795948ba56e1b83fe4c64c8292b30a177f3" +source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" dependencies = [ "libloading", "ndarray", "ort-sys", - "smallvec 2.0.0-alpha.10", + "smallvec 2.0.0-alpha.11", "tracing", "ureq", ] @@ -1767,7 +1767,7 @@ dependencies = [ [[package]] name = "ort-sys" version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#a1534795948ba56e1b83fe4c64c8292b30a177f3" +source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" dependencies = [ "flate2", "hmac-sha256", @@ -2547,9 +2547,9 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "smallvec" -version = "2.0.0-alpha.10" +version = "2.0.0-alpha.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d44cfb396c3caf6fbfd0ab422af02631b69ddd96d2eff0b0f0724f9024051b" +checksum = "87b96efa4bd6bdd2ff0c6615cc36fc4970cbae63cfd46ddff5cee35a1b4df570" [[package]] name = "socket2"