@@ -21,27 +21,27 @@ name = "gifski"
21
21
required-features = [" binary" ]
22
22
23
23
[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 }
26
25
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 }
34
29
natord = { version = " 1.0.9" , optional = true }
30
+ pbr = { version = " 1.1.1" , optional = true }
35
31
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"
38
37
loop9 = " 0.1.5"
39
38
# 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" ] }
43
43
y4m = { version = " 0.8.0" , optional = true }
44
- yuv = { version = " 0.1.7 " , optional = true }
44
+ yuv = { version = " 0.1.9 " , optional = true }
45
45
46
46
[dependencies .ffmpeg ]
47
47
package = " ffmpeg-next"
@@ -51,7 +51,7 @@ default-features = false
51
51
features = [" codec" , " format" , " filter" , " software-resampling" , " software-scaling" ]
52
52
53
53
[dev-dependencies ]
54
- lodepng = " 3.10.1 "
54
+ lodepng = " 3.11.0 "
55
55
56
56
[features ]
57
57
# `cargo build` will skip the binaries with missing `required-features`
0 commit comments