@@ -84,7 +84,7 @@ vhid = [
84
84
85
85
86
86
[build-dependencies ]
87
- built = { version = " 0.5 " , features = [" git2" , " chrono" ] }
87
+ built = { version = " 0.6 " , features = [" git2" , " chrono" ] }
88
88
capnpc = { version = " 0.14" , optional = true }
89
89
rustc_version = " 0.2"
90
90
@@ -100,17 +100,17 @@ futures = { version = "0.3", optional = true }
100
100
futures-util = { version = " 0.3" , optional = true }
101
101
glob = { version = " 0.3" , optional = true }
102
102
heapless = { version = " 0.7" }
103
- hidapi = { version = " 1.4.1 " , default-features = false , features = [" linux-static-hidraw " ], optional = true }
103
+ hidapi = { version = " 2.3.3 " , default-features = false , features = [" linux-native " ], optional = true }
104
104
hid-io-protocol = { path = " hid-io-protocol" , version = " ^0.1.5" }
105
105
libc = { version = " 0.2" , optional = true }
106
106
log = " 0.4"
107
107
nanoid = { version = " 0.4" , optional = true }
108
108
open = " 3.0"
109
- rcgen = { version = " 0.9 " , optional = true }
110
- regex = { version = " 1.5 " , optional = true }
111
- rustls = { version = " 0.20 " , optional = true , features = [" dangerous_configuration" ] }
109
+ rcgen = { version = " 0.11 " , optional = true }
110
+ regex = { version = " 1.8 " , optional = true }
111
+ rustls = { version = " 0.21 " , optional = true , features = [" dangerous_configuration" ] }
112
112
sys-info = " 0.9"
113
- tempfile = { version = " 3.3.0 " , optional = true }
113
+ tempfile = { version = " 3.6 " , optional = true }
114
114
tokio = { version = " 1.18" , features = [" net" , " rt-multi-thread" , " macros" , " sync" , " time" ] }
115
115
tokio-rustls = { version = " 0.23" , optional = true }
116
116
tokio-stream = { version = " 0.1" , features = [" sync" ], optional = true }
0 commit comments