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"