File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ rust-version = "1.65.0"
20
20
21
21
[dependencies ]
22
22
libc = " 0.2"
23
- bitflags = " 2.5 "
23
+ bitflags = " 2.7 "
24
24
25
25
[dependencies .image ]
26
26
version = " 0.25"
@@ -32,7 +32,7 @@ default-features = false
32
32
path = " ffmpeg-sys-third"
33
33
34
34
[dependencies .serde ]
35
- version = " 1.0.152 "
35
+ version = " 1.0.217 "
36
36
optional = true
37
37
features = [" derive" ]
38
38
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ doctest = false
29
29
libc = " 0.2"
30
30
31
31
[build-dependencies ]
32
- cc = " 1.0 "
32
+ cc = " 1.2 "
33
33
pkg-config = " 0.3"
34
- bindgen = { version = " 0.69 " , default-features = false , features = [" runtime" ] }
35
- clang = { version = " 2.0.0 " , features = [" clang_3_9" , " runtime" ] }
34
+ bindgen = { version = " 0.71 " , default-features = false , features = [" runtime" ] }
35
+ clang = { version = " 2.0" , features = [" clang_3_9" , " runtime" ] }
36
36
37
37
[target .'cfg(target_env = "msvc")' .build-dependencies ]
38
38
vcpkg = " 0.2"
You can’t perform that action at this time.
0 commit comments