resolve security issues

This commit is contained in:
l1npengtul
2022-06-18 20:45:41 +09:00
parent fb57e9b061
commit bf08d31afc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ version = "^0.12"
optional = true
[dependencies.opencv]
version = "0.63"
version = "0.65"
optional = true
[dependencies.rgb]
+1 -1
View File
@@ -18,5 +18,5 @@ core-media-sys = "0.1.2"
cocoa-foundation = "0.1.0"
objc = { version = "0.2.7", features = ["exception"] }
block = "0.1.6"
dashmap = "4.0.2"
dashmap = "5.3.4"
lazy_static = "1.4.0"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "nokhwa-bindings-windows"
version = "0.3.3"
version = "0.3.4"
authors = ["l1npengtul"]
edition = "2021"
license = "Apache-2.0"
@@ -17,6 +17,6 @@ thiserror = "^1.0"
lazy_static = "1.4.0"
[target.'cfg(all(target_os = "windows", windows))'.dependencies.windows]
version = "^0.28"
version = "0.37.0"
features = ["alloc", "Win32_Media_MediaFoundation", "Win32_System_Com", "Win32_Foundation", "Win32_Media_DirectShow"]