Skip to content

Commit c43f0ef

Browse files
committed
Bump
1 parent 4b2ba71 commit c43f0ef

File tree

2 files changed

+69
-68
lines changed

2 files changed

+69
-68
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@ name = "gifski"
2121
required-features = ["binary"]
2222

2323
[dependencies]
24-
clap = { version = "4.5.4", features = ["cargo"], optional = true }
25-
imgref = "1.10.1"
24+
clap = { version = "4.5.32", features = ["cargo"], optional = true }
2625
gif = { version = "0.13.1", default-features = false, features = ["std", "raii_no_panic"] }
27-
gif-dispose = "5.0.0"
28-
imagequant = "4.3.0"
29-
lodepng = { version = "3.10.6", optional = true }
30-
pbr = { version = "1.1.1", optional = true }
31-
resize = { version = "0.8.7", features = ["rayon"] }
32-
rgb = { version = "0.8.50", default-features = false, features = ["bytemuck"] }
33-
wild = { version = "2.2.1", optional = true, features = ["glob-quoted-on-windows"] }
26+
gif-dispose = "5.0.1"
27+
imagequant = "4.3.4"
28+
lodepng = { version = "3.11.0", optional = true }
3429
natord = { version = "1.0.9", optional = true }
30+
pbr = { version = "1.1.1", optional = true }
3531
quick-error = "2.0.1"
36-
dunce = { version = "1.0.4", optional = true }
37-
crossbeam-channel = "0.5.11"
32+
resize = { version = "0.8.8", features = ["rayon"] }
33+
rgb = { version = "0.8.50", default-features = false, features = ["bytemuck"] }
34+
dunce = { version = "1.0.5", optional = true }
35+
crossbeam-channel = "0.5.14"
36+
imgref = "1.11.0"
3837
loop9 = "0.1.5"
3938
# noisy-float 0.2 bug
40-
num-traits = { version = "0.2.17", features = ["i128", "std"] }
41-
crossbeam-utils = "0.8.19"
42-
ordered-channel = { version = "1.1.0", features = ["crossbeam-channel"] }
39+
num-traits = { version = "0.2.19", features = ["i128", "std"] }
40+
crossbeam-utils = "0.8.21"
41+
ordered-channel = { version = "1.2.0", features = ["crossbeam-channel"] }
42+
wild = { version = "2.2.1", optional = true, features = ["glob-quoted-on-windows"] }
4343
y4m = { version = "0.8.0", optional = true }
44-
yuv = { version = "0.1.7", optional = true }
44+
yuv = { version = "0.1.9", optional = true }
4545

4646
[dependencies.ffmpeg]
4747
package = "ffmpeg-next"
@@ -51,7 +51,7 @@ default-features = false
5151
features = ["codec", "format", "filter", "software-resampling", "software-scaling"]
5252

5353
[dev-dependencies]
54-
lodepng = "3.10.1"
54+
lodepng = "3.11.0"
5555

5656
[features]
5757
# `cargo build` will skip the binaries with missing `required-features`

0 commit comments

Comments
 (0)