@@ -28,7 +28,7 @@ half = { version = "2, <2.5.0", optional = true }
28
28
libc = " 0.2"
29
29
num-traits = " 0.2"
30
30
once_cell = " 1"
31
- opencv-binding-generator = { version = " 0.96.1 " , path = " binding-generator" }
31
+ opencv-binding-generator = { version = " 0.97.0 " , path = " binding-generator" }
32
32
# version 0.8.20 doesn't contain the deficiency mentioned in https://deps.rs/crate/opencv/0.59.0#vulnerabilities
33
33
rgb = { version = " 0.8.20" , default-features = false , features = [" argb" ], optional = true }
34
34
@@ -37,7 +37,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
37
37
windows = { version = " 0.59" , features = [" Win32_Graphics_Direct3D9" , " Win32_Graphics_Direct3D10" , " Win32_Graphics_Direct3D11" ] }
38
38
39
39
[build-dependencies ]
40
- opencv-binding-generator = { version = " 0.96.1 " , path = " binding-generator" }
40
+ opencv-binding-generator = { version = " 0.97.0 " , path = " binding-generator" }
41
41
cc = { version = " 1.0.83" , features = [" parallel" ] }
42
42
dunce = " 1"
43
43
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -52,7 +52,7 @@ vcpkg = "0.2.9"
52
52
[dev-dependencies ]
53
53
matches = " 0.1"
54
54
# copy of build-dependencies because we need to test methods of the build script
55
- opencv-binding-generator = { version = " 0.96.1 " , path = " binding-generator" }
55
+ opencv-binding-generator = { version = " 0.97.0 " , path = " binding-generator" }
56
56
cc = { version = " 1.0.83" , features = [" parallel" ] }
57
57
dunce = " 1"
58
58
# jobserver-0.1.25 is the first one that has Client::available() method
0 commit comments