Next Generation WASM Microkernel Operating System

chore(deps): update rust crate clap to v4.5.45 (#512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
26631651 568f935f

+7 -7
+7 -7
Cargo.lock
··· 234 234 235 235 [[package]] 236 236 name = "clap" 237 - version = "4.5.41" 237 + version = "4.5.45" 238 238 source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" 239 + checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" 240 240 dependencies = [ 241 241 "clap_builder", 242 242 "clap_derive", ··· 244 244 245 245 [[package]] 246 246 name = "clap_builder" 247 - version = "4.5.41" 247 + version = "4.5.44" 248 248 source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" 249 + checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" 250 250 dependencies = [ 251 251 "anstream", 252 252 "anstyle", ··· 256 256 257 257 [[package]] 258 258 name = "clap_derive" 259 - version = "4.5.41" 259 + version = "4.5.45" 260 260 source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" 261 + checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6" 262 262 dependencies = [ 263 263 "heck 0.5.0", 264 264 "proc-macro2", ··· 2426 2426 source = "registry+https://github.com/rust-lang/crates.io-index" 2427 2427 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 2428 2428 dependencies = [ 2429 - "windows-sys 0.59.0", 2429 + "windows-sys 0.52.0", 2430 2430 ] 2431 2431 2432 2432 [[package]]