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](a153479594...4c1b6c0ec2)

---
updated-dependencies:
- dependency-name: ort
  dependency-version: 4c1b6c0ec2fd1f940853c07a921d990279d35d4c
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 07:41:59 +00:00
committed by GitHub
parent 82c9f13ce4
commit f8a86fd6fc

10
Cargo.lock generated
View File

@@ -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"