@@ -16,21 +16,21 @@ maintenance = { status = "actively-developed" }
1616
1717[dependencies ]
1818chrono.workspace = true
19- clap = { version = " 4.4.18 " , features = [
19+ clap = { version = " 4.5.30 " , features = [
2020 " cargo" ,
2121 " derive" ,
2222 " help" ,
2323 " wrap_help" ,
2424] }
25- clap_complete = " 4.4.10 "
26- clap_complete_nushell = " 4.4.2 "
25+ clap_complete = " 4.5.45 "
26+ clap_complete_nushell = " 4.5.5 "
2727color-eyre.workspace = true
2828comfy-table = " 7"
2929command-group.workspace = true
3030ctrlc = { version = " 3" , features = [" termination" ] }
3131flate2 = " 1"
3232handlebars.workspace = true
33- interim = { version = " 0.1.2 " , features = [" chrono " ] }
33+ interim = { version = " 0.2.0 " , features = [" chrono_0_4 " ] }
3434pest = " 2.7"
3535pest_derive = " 2.7"
3636pueue-lib = { version = " 0.28.1" , path = " ../pueue_lib" , features = [" client" ] }
@@ -68,7 +68,7 @@ procfs = { version = "0.17", default-features = false }
6868
6969# Linux + Mac OS
7070[target .'cfg(any(target_os = "linux", target_os = "macos"))' .dependencies ]
71- libproc = " 0.14.8 "
71+ libproc = " 0.14.10 "
7272
7373# Windows
7474# We don't need any of the default features for crossterm.
@@ -86,11 +86,11 @@ winapi = { version = "0.3", features = [
8686 " processthreadsapi" ,
8787 " tlhelp32" ,
8888] }
89- windows = { version = " 0.58 .0" , features = [
89+ windows = { version = " 0.59 .0" , features = [
9090 " Win32_Security" ,
9191 " Win32_System_Environment" ,
9292 " Win32_System_RemoteDesktop" ,
9393 " Win32_System_SystemServices" ,
9494 " Win32_System_Threading" ,
9595] }
96- windows-service = " 0.7 .0"
96+ windows-service = " 0.8 .0"
0 commit comments