File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ publish = false
77
88[dependencies ]
99bincode = " 2.0.1"
10- borsh = " 1.5.6 "
11- clap = { version = " 4.5.32 " , features = [" derive" , " cargo" ] }
10+ borsh = " 1.5.7 "
11+ clap = { version = " 4.5.40 " , features = [" derive" , " cargo" ] }
1212lazy_static = " 1.5.0"
1313serde = { version = " 1.0.219" , features = [" derive" ] }
1414serde_yaml = " 0.9.34"
@@ -18,28 +18,28 @@ solana-client = "2.2.7"
1818solana-logger = " 2.3.1"
1919solana-remote-wallet = { version = " 2.2.7" , optional = true }
2020solana-sdk = " 2.2.2"
21- tokio = { version = " 1.44 .1" , features = [" full" ] }
21+ tokio = { version = " 1.45 .1" , features = [" full" ] }
2222thiserror = " 2.0.12"
2323ssh2 = " 0.9.5"
2424tabular = " 0.2.0"
2525prettytable-rs = " 0.10.0"
2626ratatui = " 0.29.0"
2727crossterm = " 0.29.0"
28- chrono = " 0.4.40 "
29- tui-logger = " 0.17.0 "
30- anyhow = " 1.0.97 "
28+ chrono = " 0.4.41 "
29+ tui-logger = " 0.17.3 "
30+ anyhow = " 1.0.98 "
3131futures = " 0.3.31"
32- rand = " 0.9.0 "
32+ rand = " 0.9.1 "
3333colored = " 3.0.0"
3434url = " 2.5.4"
3535serde_json = " 1.0.140"
3636dirs = " 6.0.0"
3737
3838
3939[dev-dependencies ]
40- assert_cmd = " 2.0.16 "
40+ assert_cmd = " 2.0.17 "
4141predicates = " 3.1.3"
42- tempfile = " 3.19.1 "
42+ tempfile = " 3.20.0 "
4343serial_test = " 3.2.0"
4444mockito = " 1.7.0"
4545criterion = " 0.6.0"
You can’t perform that action at this time.
0 commit comments