From 942c311cfa8fedbb3791c05988b88af68337383d Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Wed, 4 Oct 2023 06:46:12 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20onnxruntime-rs=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- Cargo.lock | 4 ++-- crates/voicevox_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c6aee3d8..6fac8a69a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,7 +2343,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "onnxruntime" version = "0.1.0" -source = "git+https://github.com/sevenc-nanashi/onnxruntime-rs.git?rev=7bab6f7#7bab6f74355ae0dbfb158ad41208c5847bcbb52a" +source = "git+https://github.com/sevenc-nanashi/onnxruntime-rs.git?rev=db8e33b#db8e33bdc44cc5cae0472e5f7cbf35d36660696d" dependencies = [ "lazy_static", "ndarray", @@ -2355,7 +2355,7 @@ dependencies = [ [[package]] name = "onnxruntime-sys" version = "0.0.25" -source = "git+https://github.com/sevenc-nanashi/onnxruntime-rs.git?rev=7bab6f7#7bab6f74355ae0dbfb158ad41208c5847bcbb52a" +source = "git+https://github.com/sevenc-nanashi/onnxruntime-rs.git?rev=db8e33b#db8e33bdc44cc5cae0472e5f7cbf35d36660696d" dependencies = [ "flate2", "once_cell", diff --git a/crates/voicevox_core/Cargo.toml b/crates/voicevox_core/Cargo.toml index e54aa0e36..97b7dbf01 100644 --- a/crates/voicevox_core/Cargo.toml +++ b/crates/voicevox_core/Cargo.toml @@ -37,7 +37,7 @@ uuid.workspace = true [dependencies.onnxruntime] git = "https://github.com/sevenc-nanashi/onnxruntime-rs.git" -rev = "7bab6f7" +rev = "db8e33b" [dependencies.open_jtalk] git = "https://github.com/VOICEVOX/open_jtalk-rs.git"