@@ -107,44 +107,44 @@ name = "generate"
107107path = " ./src/generate.rs"
108108
109109[dependencies ]
110- clap = { version = " 4.5.29 " , features = [" derive" , " string" ] }
111- clap_complete = " 4.5.44 "
112- env_logger = " 0.11.6 "
110+ clap = { version = " 4.5.53 " , features = [" derive" , " string" ] }
111+ clap_complete = " 4.5.63 "
112+ env_logger = " 0.11.8 "
113113evdev = { git = " https://github.com/emberian/evdev.git" , features = [
114114 " tokio" ,
115115], rev = " 42b58ee08508b7799322a13bf89121a1d29cf0a2" }
116116futures = " 0.3.31"
117117glob-match = " 0.2.1"
118- hidapi = " 2.6.3 "
119- industrial-io = " 0.6.0 "
118+ hidapi = " 2.6.4 "
119+ industrial-io = " 0.6.1 "
120120# evdev = { version = "0.12.1", features = ["tokio"] }
121121inotify = " 0.11.0"
122122# Omit trace logging for release builds
123- log = { version = " 0.4.25 " , features = [
123+ log = { version = " 0.4.29 " , features = [
124124 " max_level_trace" ,
125125 " release_max_level_debug" ,
126126] }
127- mio = { version = " 1.0.3 " , features = [" os-poll" , " os-ext" , " net" ] }
128- nix = { version = " 0.29.0 " , features = [" fs" ] }
127+ mio = { version = " 1.1.1 " , features = [" os-poll" , " os-ext" , " net" ] }
128+ nix = { version = " 0.30.1 " , features = [" fs" ] }
129129packed_struct = " 0.10.1"
130- procfs = " 0.17 .0"
131- rand = " 0.9.0 "
132- ratatui = " 0.29 .0"
133- schemars = " 0.8.22 "
134- serde = { version = " 1.0.217 " , features = [" derive" ] }
135- serde_json = " 1.0.140 "
130+ procfs = " 0.18 .0"
131+ rand = " 0.9.2 "
132+ ratatui = " 0.30 .0"
133+ schemars = " 1.2.0 "
134+ serde = { version = " 1.0.228 " , features = [" derive" ] }
135+ serde_json = " 1.0.148 "
136136serde_yaml = " 0.9.34"
137137serialport = " 4.8.1"
138- tabled = { version = " 0.18 .0" , features = [" ansi" ] }
139- thiserror = " 1 .0.69 "
140- tokio = { version = " 1.43 .0" , features = [" full" ] }
138+ tabled = { version = " 0.20 .0" , features = [" ansi" ] }
139+ thiserror = " 2 .0.17 "
140+ tokio = { version = " 1.48 .0" , features = [" full" ] }
141141udev = { version = " 0.9.3" , features = [" mio" ] }
142142uhid-virt = " 0.0.8"
143- version-compare = " 0.2.0 "
143+ version-compare = " 0.2.1 "
144144virtual-usb = { git = " https://github.com/ShadowBlip/virtual-usb-rs.git" , rev = " 5c4c551a23b56f627a36d6775a5876c174be9eb3" }
145- xdg = " 2.5.2 "
146- zbus = { version = " 5.5 .0" , default-features = false , features = [" tokio" ] }
147- zbus_macros = " 5.5 .0"
145+ xdg = " 3.0.0 "
146+ zbus = { version = " 5.12 .0" , default-features = false , features = [" tokio" ] }
147+ zbus_macros = " 5.12 .0"
148148
149149[profile .release ]
150150debug = false
0 commit comments