diff --git a/Cargo.lock b/Cargo.lock index 1979997a6..c7e72c732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3544,7 +3544,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "voicevox-ort" version = "2.0.0-rc.2" -source = "git+https://github.com/qryxip/ort.git?rev=f44fca809c2296a9a2a5aa04e962363bd65471dc#f44fca809c2296a9a2a5aa04e962363bd65471dc" +source = "git+https://github.com/VOICEVOX/ort.git?rev=a2d6ae22327869e896bf4c16828734d09516d2d9#a2d6ae22327869e896bf4c16828734d09516d2d9" dependencies = [ "half", "js-sys", @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "voicevox-ort-sys" version = "2.0.0-rc.2" -source = "git+https://github.com/qryxip/ort.git?rev=f44fca809c2296a9a2a5aa04e962363bd65471dc#f44fca809c2296a9a2a5aa04e962363bd65471dc" +source = "git+https://github.com/VOICEVOX/ort.git?rev=a2d6ae22327869e896bf4c16828734d09516d2d9#a2d6ae22327869e896bf4c16828734d09516d2d9" dependencies = [ "flate2", "sha2", diff --git a/Cargo.toml b/Cargo.toml index 908257f22..1164d7311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,8 +86,8 @@ windows = "0.43.0" zip = "0.6.3" [workspace.dependencies.voicevox-ort] -git = "https://github.com/qryxip/ort.git" -rev = "f44fca809c2296a9a2a5aa04e962363bd65471dc" +git = "https://github.com/VOICEVOX/ort.git" +rev = "a2d6ae22327869e896bf4c16828734d09516d2d9" [workspace.dependencies.open_jtalk] git = "https://github.com/VOICEVOX/open_jtalk-rs.git"