Skip to content

Commit 4ad0a3f

Browse files
fix(deps): update major dependencies
1 parent bced803 commit 4ad0a3f

File tree

8 files changed

+92
-92
lines changed

8 files changed

+92
-92
lines changed

Cargo.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
android_logger = "0.13.1"
6+
android_logger = "0.15.0"
77
anstream = { version = "0.6.18", default-features = false }
88
anstyle-query = "1.1.1"
99
anyhow = "1.0.89"
1010
assert_cmd = "2.0.16"
1111
async-fs = "2.1.2"
1212
async-lock = "3.4.0"
13-
async_zip = "=0.0.16"
13+
async_zip = "=0.0.17"
1414
base64 = "0.22.1"
15-
bindgen = "0.69.4"
15+
bindgen = "0.71.1"
1616
binstall-tar = "0.4.42"
1717
blocking = "1.6.1"
1818
boxcar = "0.2.6"
1919
bytes = "1.7.2"
2020
camino = "1.1.9"
21-
cargo_metadata = "0.18.1"
22-
cbindgen = "0.27.0"
21+
cargo_metadata = "0.19.2"
22+
cbindgen = "0.28.0"
2323
chrono = { version = "0.4.38", default-features = false }
2424
clap = "4.5.19"
2525
color-eyre = "0.6.3"
2626
colorchoice = "1.0.2"
27-
comrak = "0.26.0"
27+
comrak = "0.36.0"
2828
const_format = "0.2.33"
29-
derive-getters = "0.2.0"
30-
derive-new = "0.5.9"
29+
derive-getters = "0.5.0"
30+
derive-new = "0.7.0"
3131
derive-syn-parse = "0.2.0"
32-
derive_more = "1.0.0"
32+
derive_more = "2.0.1"
3333
duct = "0.13.7"
3434
duplicate = "2.0.0"
3535
easy-ext = "1.0.2"
36-
educe = "0.4.23"
36+
educe = "0.6.0"
3737
enum-map = "3.0.0-beta.2"
3838
eyre = "0.6.12"
3939
flate2 = "1.0.34"
40-
fs-err = "2.11.0"
40+
fs-err = "3.1.0"
4141
futures-core = "0.3.31"
4242
futures-util = "0.3.31"
4343
futures-lite = "2.3.0"
@@ -48,50 +48,50 @@ indexmap = "2.6.0"
4848
indicatif = "0.17.8"
4949
indoc = "2.0.5"
5050
inventory = "0.3.15"
51-
itertools = "0.10.5"
51+
itertools = "0.14.0"
5252
jlabel = "0.1.4"
5353
jni = "0.21.1"
5454
libc = "0.2.159"
55-
libloading = "0.7.3"
56-
libtest-mimic = "0.6.0"
55+
libloading = "0.8.6"
56+
libtest-mimic = "0.8.1"
5757
log = "0.4.22"
5858
minus = "5.6.1"
59-
ndarray = "0.15.6"
60-
ndarray-stats = "0.5.1"
61-
octocrab = { version = "0.19.0", default-features = false }
59+
ndarray = "0.16.1"
60+
ndarray-stats = "0.6.0"
61+
octocrab = { version = "0.43.0", default-features = false }
6262
once_cell = "1.20.1"
6363
ouroboros = "0.18.4"
6464
parking_lot = "0.12.1"
65-
parse-display = "0.8.2"
66-
pollster = "0.3.0"
65+
parse-display = "0.10.0"
66+
pollster = "0.4.0"
6767
predicates = "3.1.2"
6868
pretty_assertions = "1.4.1"
6969
proc-macro2 = "1.0.86"
70-
pyo3 = "0.23.4"
70+
pyo3 = "0.24.0"
7171
pyo3-log = "0.12.1"
7272
quote = "1.0.37"
7373
rayon = "1.10.0"
7474
ref-cast = "1.0.23"
7575
regex = "1.11.0"
76-
reqwest = { version = "0.11.27", default-features = false }
76+
reqwest = { version = "0.12.14", default-features = false }
7777
rprompt = "2.1.1"
78-
rstest = "0.15.0"
79-
rstest_reuse = "0.6.0"
80-
scraper = "0.19.1"
78+
rstest = "0.25.0"
79+
rstest_reuse = "0.7.0"
80+
scraper = "0.23.1"
8181
semver = "1.0.14"
8282
serde = "1.0.210"
83-
serde-pyobject = "0.5.0"
83+
serde-pyobject = "0.6.0"
8484
serde_json = "1.0.128"
8585
serde_with = "3.12.0"
8686
smallvec = "1.13.2"
87-
strum = "0.24.1"
87+
strum = "0.27.1"
8888
syn = "2.0.79"
8989
tar = "0.4.42"
9090
tempfile = "3.13.0"
9191
test_util = { path = "crates/test_util" }
92-
thiserror = "1.0.64"
92+
thiserror = "2.0.12"
9393
tokio = "1.40.0"
94-
toml = "0.7.2"
94+
toml = "0.8.20"
9595
tracing = "0.1.40"
9696
tracing-subscriber = "0.3.18"
9797
typetag = "0.2.18"
@@ -100,8 +100,8 @@ url = "2.5.4"
100100
uuid = "1.10.0"
101101
voicevox_core = { path = "crates/voicevox_core" }
102102
voicevox_core_macros = { path = "crates/voicevox_core_macros" }
103-
windows = "0.43.0"
104-
zip = "0.6.3"
103+
windows = "0.60.0"
104+
zip = "2.2.3"
105105

106106
[workspace.dependencies.voicevox-ort]
107107
git = "https://github.com/VOICEVOX/ort.git"

crates/voicevox_core_java_api/lib/build-android.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.library' version '8.7.0'
33
id 'maven-publish'
4-
id 'org.jetbrains.kotlin.android' version '1.9.10'
4+
id 'org.jetbrains.kotlin.android' version '2.1.10'
55
}
66

77
version = gradle.ext.version

crates/voicevox_core_java_api/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Apply the java-library plugin for API and implementation separation.
1010
id 'java-library'
1111
id 'maven-publish'
12-
id "com.diffplug.spotless" version "6.25.0"
12+
id "com.diffplug.spotless" version "7.0.2"
1313
}
1414

1515
version = gradle.ext.version

crates/voicevox_core_java_api/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pluginManagement {
1515
}
1616
plugins {
1717
// Apply the foojay-resolver plugin to allow automatic download of JDKs
18-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
18+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1919
}
2020

2121
rootProject.name = 'jp.hiroshiba.voicevoxcore'

crates/voicevox_core_python_api/poetry.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/voicevox_core_python_api/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sphinx-autoapi = "3.4.0"
4646
maturin = "1.8.1"
4747

4848
[tool.poetry.group.test.dependencies]
49-
pytest = "7.3.1"
50-
pytest-asyncio = "0.21.0"
51-
black = "23.3.0"
52-
isort = "5.13.2"
49+
pytest = "8.3.5"
50+
pytest-asyncio = "0.25.3"
51+
black = "25.1.0"
52+
isort = "6.0.1"

example/kotlin/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.8.20'
2+
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
33

44
id 'application'
55

@@ -29,7 +29,7 @@ dependencies {
2929
// https://mvnrepository.com/artifact/jakarta.validation/jakarta.validation-api
3030
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: "3.1.0"
3131
// https://mvnrepository.com/artifact/jakarta.annotation/jakarta.annotation-api
32-
implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: "2.1.1"
32+
implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: "3.0.0"
3333
implementation group: 'com.microsoft.onnxruntime', name: 'onnxruntime', version: "1.19.2"
3434
}
3535

example/kotlin/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
plugins {
99
// Apply the foojay-resolver plugin to allow automatic download of JDKs
10-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
10+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1111
}
1212

1313
rootProject.name = 'voicevoxcoreexample'

0 commit comments

Comments
 (0)