Skip to content

Commit d5fb4ed

Browse files
feat: 依存を更新
1 parent 5045991 commit d5fb4ed

13 files changed

Lines changed: 446 additions & 504 deletions

File tree

Cargo.lock

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

crates/aviutl2-alias/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ indexmap = "2.14.0"
1818
thiserror = "2.0.18"
1919

2020
[dev-dependencies]
21-
insta = "1.47.2"
21+
insta = "1.48.0"
2222
rstest = "0.26.1"

crates/aviutl2-eframe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ transparent_keyboard_input = []
2222
[dependencies]
2323
anyhow = "1.0.102"
2424
aviutl2.workspace = true
25-
eframe = { version = "0.34.2", default-features = false, features = ["glow", "persistence"] }
25+
eframe = { version = "0.34.3", default-features = false, features = ["glow", "persistence"] }
2626
winit = "0.30.13"
2727
windows = { version = "0.62.2", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }
2828
fontdb = "0.23.0"

crates/aviutl2-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818

1919
[dependencies]
2020
decimal-rs = "0.1.43"
21-
either = "1.15.0"
21+
either = "1.16.0"
2222
itertools = "0.14.0"
2323
proc-macro2 = "1.0.106"
2424
quote = "1.0.45"
@@ -30,5 +30,5 @@ anyhow = "1.0.102"
3030
# https://github.com/rust-lang/cargo/issues/4242 のワークアラウンド。
3131
# aviutl2.workspace = true
3232
aviutl2 = { path = "../aviutl2" }
33-
insta = "1.47.2"
33+
insta = "1.48.0"
3434
rustfmt-wrapper = "0.2.1"

crates/aviutl2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ half = { version = "2.7.1", features = ["zerocopy"] }
2828
image = { version = "0.25.10", optional = true }
2929
num-rational = "0.4.2"
3030
parking_lot = "0.12.5"
31-
pastey = "0.2.2"
31+
pastey = "0.2.3"
3232
process_path = { version = "0.1.4", optional = true }
3333
raw-window-handle = "0.6.2"
3434
rmp-serde = { version = "1.3.1", optional = true }
@@ -39,7 +39,7 @@ tracing = "0.1.44"
3939
tracing-log = "0.2.0"
4040
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "tracing-log"] }
4141
windows = { version = "0.62.2", features = ["Win32_System_Diagnostics_Debug", "Win32_UI_WindowsAndMessaging"] }
42-
zerocopy = { version = "0.8.48", features = ["std"] }
42+
zerocopy = { version = "0.8.52", features = ["std"] }
4343

4444
[features]
4545
default = [

examples/ffmpeg-output/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ crate-type = ["cdylib"]
1515
anyhow = "1.0.102"
1616
aviutl2 = { workspace = true, features = ["serde"] }
1717
aviutl2-eframe.workspace = true
18-
chrono = "0.4.44"
18+
chrono = "0.4.45"
1919
dedent = "0.1.1"
20-
eframe = { version = "0.34.2", default-features = false, features = ["glow"] }
20+
eframe = { version = "0.34.3", default-features = false, features = ["glow"] }
2121
egui_commonmark = { version = "0.23.0", features = ["macros"] }
2222
process_path = "0.1.4"
2323
serde = { version = "1.0.228", features = ["derive"] }
24-
serde_json = "1.0.149"
24+
serde_json = "1.0.150"
2525
ureq = "3.3.0"
26-
uuid = { version = "1.23.1", features = ["v4"] }
26+
uuid = { version = "1.23.3", features = ["v4"] }
2727
windows = { version = "0.62.2", features = ["Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes"] }
28-
zerocopy = "0.8.48"
28+
zerocopy = "0.8.52"
2929
zip = "8.6.0"

examples/image-rs-input/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ duplicate = "2.0.1"
1818
gif = "0.14.2"
1919
image = "0.25.10"
2020
jxl = { version = "0.4.3", features = ["avx", "sse42", "tracing"] }
21-
jxl-oxide = "0.12.5"
21+
jxl-oxide = "0.12.6"
2222
ordered-float = "5.3.0"
2323
ouroboros = "0.18.5"
2424
png = "0.18.1"
2525

2626
[dev-dependencies]
27-
insta = "1.47.2"
27+
insta = "1.48.0"

examples/image-rs-output/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ anyhow = "1.0.102"
1616
aviutl2.workspace = true
1717
image = "0.25.10"
1818
lazy-regex = "3.6.0"
19-
regex = "1.12.3"
19+
regex = "1.12.4"

examples/image-rs-single-output/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ anyhow = "1.0.102"
1616
aviutl2.workspace = true
1717
image = "0.25.10"
1818
lazy-regex = "3.6.0"
19-
regex = "1.12.3"
19+
regex = "1.12.4"

examples/pixelsort-filter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ cfg-elif = "0.6.6"
3434
duplicate = "2.0.1"
3535
ndarray = { version = "0.17.2", features = ["rayon"] }
3636
rayon = "1.12.0"
37-
wide = "1.4.0"
37+
wide = "1.5.0"
3838

3939
[dev-dependencies]
4040
criterion = "0.8.2"
4141
image = "0.25.10"
42-
zerocopy = "0.8.48"
42+
zerocopy = "0.8.52"

0 commit comments

Comments
 (0)