File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ ssh-encoding = { workspace = true, optional = true }
1414log.workspace = true
1515
1616[target .'cfg(unix)' .dependencies ]
17- nix = { version = " 0.29 " , features = [" mman" ] }
17+ nix = { version = " 0.31 " , features = [" mman" ] }
1818
1919[target .'cfg(target_os = "windows")' .dependencies ]
20- windows-sys = { version = " 0.59 " , features = [
20+ windows-sys = { version = " 0.61 " , features = [
2121 " Win32_System_Memory" ,
2222 " Win32_System_SystemInformation" ,
2323 " Win32_System_Threading" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ flate2 = { version = "1.0.15", optional = true }
5151futures.workspace = true
5252generic-array = { version = " 1.3.3" , features = [" compat-0_14" ] }
5353getrandom = { version = " 0.2.15" , features = [" js" ] }
54- hex-literal = " 0.4 "
54+ hex-literal = " 1 "
5555hmac.workspace = true
5656inout = { version = " 0.1" , features = [" std" ] }
5757log.workspace = true
@@ -121,7 +121,7 @@ rand.workspace = true
121121shell-escape = " 0.1"
122122tokio-fd = " 0.3"
123123termion = " 4"
124- ratatui = " 0.29.0 "
124+ ratatui = " 0.30 "
125125tempfile = " 3.14.0"
126126
127127[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments