mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
resolve security issues
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ version = "^0.12"
|
||||
optional = true
|
||||
|
||||
[dependencies.opencv]
|
||||
version = "0.63"
|
||||
version = "0.65"
|
||||
optional = true
|
||||
|
||||
[dependencies.rgb]
|
||||
|
||||
@@ -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"
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user