Merge pull request #275 from neodyland/dependabot/cargo/ort-95d520a

build(deps): bump ort from `4c1b6c0` to `95d520a`
This commit is contained in:
tuna2134
2025-11-03 16:54:19 +09:00
committed by GitHub

4
Cargo.lock generated
View File

@@ -1704,7 +1704,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]] [[package]]
name = "ort" name = "ort"
version = "2.0.0-rc.10" version = "2.0.0-rc.10"
source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3"
dependencies = [ dependencies = [
"libloading", "libloading",
"ndarray", "ndarray",
@@ -1717,7 +1717,7 @@ dependencies = [
[[package]] [[package]]
name = "ort-sys" name = "ort-sys"
version = "2.0.0-rc.10" version = "2.0.0-rc.10"
source = "git+https://github.com/pykeio/ort.git#4c1b6c0ec2fd1f940853c07a921d990279d35d4c" source = "git+https://github.com/pykeio/ort.git#95d520a6f650a84467372b3f0a81dfce924260d3"
dependencies = [ dependencies = [
"flate2", "flate2",
"hmac-sha256", "hmac-sha256",