Skip to content

Commit

Permalink
chore(deps): bump open_jtalk-rs (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 4, 2024
1 parent 4cadcd6 commit 06ec811
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 26 deletions.
32 changes: 12 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rev = "17f741301db0bb08da0eafe8a338e5efd8a4b5df"

[workspace.dependencies.open_jtalk]
git = "https://github.com/VOICEVOX/open_jtalk-rs.git"
rev = "e1940f3fd61a48bed5bbec8cd2645e13923b1f80"
rev = "7c87b4227bb005b439a3ad473b48ce8975829576"

# FIXME: iOS対応のpull request(https://github.com/wesleywiser/process_path/pull/16)がマージされる見込みが無いため
[workspace.dependencies.process_path]
Expand Down
8 changes: 3 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bypass = [
{ name = "assert_cmd", version = "2", build-script = "367a36318cd9bb47aeb730f8a8ddad39c10b926175465393f0d5b01cbd993d44" }, # https://docs.rs/crate/assert_cmd/2.0.16/source/build.rs
{ name = "async-trait", version = "0.1", build-script = "b45aa3a5c177cbeaeb4847163088924491ac27b79534f8ea4c53ed3e10c163ea" }, # https://docs.rs/crate/async-trait/0.1.57/source/build.rs
{ name = "backtrace", version = "0.3", build-script = "8d5e860da109f86c67596b10b5613ff6d19f9d24c2970f491a55261fb1973692" }, # https://docs.rs/crate/backtrace/0.3.66/source/build.rs
{ name = "bindgen", version = "0.62", build-script = "4a9c4ac3759572e17de312a9d3f4ced3b6fd3c71811729e5a8d06bfbd1ac8f82" }, # https://docs.rs/crate/bindgen/0.62.0/source/build.rs
{ name = "bindgen", version = "0.69", build-script = "4a9c4ac3759572e17de312a9d3f4ced3b6fd3c71811729e5a8d06bfbd1ac8f82" }, # https://docs.rs/crate/bindgen/0.69.4/source/build.rs
{ name = "bindgen", version = "0.70", build-script = "4a9c4ac3759572e17de312a9d3f4ced3b6fd3c71811729e5a8d06bfbd1ac8f82" }, # https://docs.rs/crate/bindgen/0.70.1/source/build.rs
{ name = "camino", version = "1", build-script = "cbdfaa56ff8e211896e75fc7867e3230aa8aa09fdda901111db957c65306f1d8" }, # https://docs.rs/crate/camino/1.1.9/source/build.rs
{ name = "caseless", version = "0.2", build-script = "8ab1dc9ef269f28202fe1156c5c655f286cbc03b6dd4fb20a2f9f9e00763b6f5" }, # https://docs.rs/crate/caseless/0.2.1/source/src/build.rs
{ name = "cbindgen", version = "0.27", build-script = "f0fa57ad2c0dca5855cc2636a2e95acbadb52fa887609216022bdf71ed996dec" }, # https://docs.rs/crate/cbindgen/0.27.0/source/build.rs
Expand Down Expand Up @@ -110,10 +110,10 @@ bypass = [
# Oniguruma is licensed under `BSD-2-Clause`: https://docs.rs/crate/onig_sys/69.8.1/source/oniguruma/COPYING
{ name = "onig_sys", version = "69", build-script = "c84df2a143d2ffb0fbb8f9f6102992f1b38f44037edbee74f2d364616ea4863f" },

# https://github.com/VOICEVOX/open_jtalk-rs/blob/e1940f3fd61a48bed5bbec8cd2645e13923b1f80/crates/open_jtalk-sys/build.rs
# https://github.com/VOICEVOX/open_jtalk-rs/blob/579d52c29165654b8fc50e212bae36a61c119163/crates/open_jtalk-sys/build.rs
#
# Open JTalk is licensed under: https://github.com/VOICEVOX/open_jtalk/blob/1.11/src/COPYING
{ name = "open_jtalk-sys", version = "=0.16.111", build-script = "0dd3780d0500bb42759eb0e6bd2d00f1d5fc92fb6f47f2abe59af135d4353ee3" },
{ name = "open_jtalk-sys", version = "=0.16.111", build-script = "d9c3766132686fb7f7bf8f138d94bb59aa09ce4af14e4bca2dad347999d30225" },

# https://docs.rs/crate/pyo3-ffi/0.20.3/source/build.rs
#
Expand Down Expand Up @@ -171,8 +171,6 @@ clarify = [

# TODO: `package.license`を書く
{ name = "downloader", expression = "MIT", license-files = [] },
{ name = "open_jtalk", expression = "BSD-3-Clause", license-files = [] },
{ name = "open_jtalk-sys", expression = "BSD-3-Clause", license-files = [] },
{ name = "test_util", expression = "MIT", license-files = [] },
{ name = "voicevox_core", expression = "MIT", license-files = [] },
{ name = "voicevox_core_c_api", expression = "MIT", license-files = [] },
Expand Down

0 comments on commit 06ec811

Please sign in to comment.