Skip to content

Commit c08bb6a

Browse files
fix(deps): update major dependencies
1 parent 148dc75 commit c08bb6a

File tree

10 files changed

+143
-112
lines changed

10 files changed

+143
-112
lines changed

Cargo.toml

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

55
[workspace.dependencies]
6-
android_logger = "0.13.1"
6+
android_logger = "0.15.1"
77
anstream = { version = "0.6.18", default-features = false }
88
anstyle-query = "1.1.1"
99
anyhow = "1.0.99"
1010
assert_cmd = "2.0.16"
1111
async-fs = "2.1.2"
1212
async-lock = "3.4.0"
13-
async_zip = "=0.0.16"
14-
bindgen = "0.71.1"
13+
async_zip = "=0.0.18"
14+
bindgen = "0.72.1"
1515
binstall-tar = "0.4.42"
1616
blocking = "1.6.1"
1717
boxcar = "0.2.6"
1818
bytes = "1.7.2"
1919
camino = "1.1.9"
20-
cargo_metadata = "0.18.1"
21-
cbindgen = "0.28.0"
20+
cargo_metadata = "0.23.0"
21+
cbindgen = "0.29.0"
2222
chrono = { version = "0.4.38", default-features = false }
2323
clap = { version = "4.5.19", features = ["cargo"] }
2424
color-eyre = "0.6.3"
2525
color-print = "0.3.7"
2626
colorchoice = "1.0.2"
27-
comrak = { version = "0.26.0", default-features = false }
27+
comrak = { version = "0.43.0", default-features = false }
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"
33-
divan = { version = "3.0.5", package = "codspeed-divan-compat" }
34-
duct = "0.13.7"
32+
derive_more = "2.0.1"
33+
divan = { version = "4.0.4", package = "codspeed-divan-compat" }
34+
duct = "1.1.0"
3535
duplicate = "2.0.0"
3636
easy-ext = "1.0.2"
37-
educe = "0.4.23"
37+
educe = "0.6.0"
3838
enum-map = "3.0.0-beta.2"
3939
eyre = "0.6.12"
4040
flate2 = "1.0.34"
41-
fs-err = "2.11.0"
41+
fs-err = "3.1.3"
4242
futures-core = "0.3.31"
4343
futures-util = "0.3.31"
4444
futures-lite = "2.3.0"
@@ -47,54 +47,54 @@ glob = "0.3.3"
4747
heck = "0.5.0"
4848
humansize = "2.1.3"
4949
indexmap = "2.6.0"
50-
indicatif = "0.17.8"
50+
indicatif = "0.18.0"
5151
indoc = "2.0.5"
5252
inventory = "0.3.15"
53-
itertools = "0.10.5"
53+
itertools = "0.14.0"
5454
jlabel = "0.1.4"
5555
jni = "0.21.1"
5656
libc = "0.2.159"
57-
libloading = "0.7.3"
58-
libtest-mimic = "0.6.0"
57+
libloading = "0.8.9"
58+
libtest-mimic = "0.8.1"
5959
log = "0.4.22"
6060
minus = "5.6.1"
61-
ndarray = "0.15.6"
62-
ndarray-stats = "0.5.1"
63-
octocrab = { version = "0.19.0", default-features = false }
61+
ndarray = "0.16.1"
62+
ndarray-stats = "0.6.0"
63+
octocrab = { version = "0.47.0", default-features = false }
6464
once_cell = "1.20.1"
6565
open = "5.3.2"
6666
ouroboros = "0.18.4"
6767
parking_lot = "0.12.1"
68-
parse-display = "0.8.2"
69-
pollster = "0.3.0"
68+
parse-display = "0.10.0"
69+
pollster = "0.4.0"
7070
predicates = "3.1.2"
7171
pretty_assertions = "1.4.1"
7272
proc-macro2 = "1.0.95"
73-
pyo3 = "0.23.4"
74-
pyo3-log = "0.12.1"
73+
pyo3 = "0.26.0"
74+
pyo3-log = "0.13.1"
7575
quote = "1.0.37"
7676
rayon = "1.10.0"
7777
ref-cast = "1.0.23"
7878
regex = "1.11.0"
79-
reqwest = { version = "0.11.27", default-features = false }
79+
reqwest = { version = "0.12.23", default-features = false }
8080
rprompt = "2.1.1"
81-
rstest = "0.15.0"
82-
rstest_reuse = "0.6.0"
83-
scraper = "0.19.1"
81+
rstest = "0.26.1"
82+
rstest_reuse = "0.7.0"
83+
scraper = "0.24.0"
8484
semver = "1.0.14"
8585
serde = "1.0.219"
86-
serde-pyobject = "0.5.0"
86+
serde-pyobject = "0.6.2"
8787
serde_json = "1.0.143"
8888
serde_with = "3.12.0"
8989
smallvec = "1.13.2"
90-
strum = "0.24.1"
90+
strum = "0.27.2"
9191
syn = "2.0.87"
9292
tar = "0.4.42"
9393
tempfile = "3.13.0"
9494
test_util = { path = "crates/test_util" }
95-
thiserror = "1.0.64"
95+
thiserror = "2.0.17"
9696
tokio = "1.40.0"
97-
toml = "0.7.2"
97+
toml = "0.9.8"
9898
tracing = "0.1.40"
9999
tracing-subscriber = "0.3.18"
100100
typetag = "0.2.18"
@@ -103,8 +103,8 @@ url = "2.5.4"
103103
uuid = "1.18.1"
104104
voicevox_core = { path = "crates/voicevox_core" }
105105
voicevox_core_macros = { path = "crates/voicevox_core_macros" }
106-
windows = "0.43.0"
107-
zip = "0.6.3"
106+
windows = "0.62.2"
107+
zip = "6.0.0"
108108

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

crates/voicevox_core_java_api/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

crates/voicevox_core_java_api/lib/build-android.gradle

Lines changed: 2 additions & 2 deletions
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.2.20'
55
}
66

77
version = gradle.ext.version
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// Use JUnit Jupiter for testing.
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
1717

1818
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1919

crates/voicevox_core_java_api/lib/build.gradle

Lines changed: 2 additions & 2 deletions
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 "8.0.0"
1313
}
1414

1515
version = gradle.ext.version
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
// Use JUnit Jupiter for testing.
24-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
24+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
2525

2626
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2727

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 '1.0.0'
1919
}
2020

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

0 commit comments

Comments
 (0)