From 3debf3ef6d6c7e005b00c3688d16e63150c9985a Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 17 Sep 2023 09:31:12 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/voicevox_core/Cargo.toml b/crates/voicevox_core/Cargo.toml index 9b5888a77..81f23b2b9 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 = "c5197d9f13a5260c17f96709a3bb01e34dc713c5" +rev = "8ddd9e400841e6066453235595dc98f5d9319d16" [dependencies.open_jtalk] git = "https://github.com/VOICEVOX/open_jtalk-rs.git"