File tree Expand file tree Collapse file tree 5 files changed +156
-164
lines changed Expand file tree Collapse file tree 5 files changed +156
-164
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ publish = false
77
88[dependencies ]
99borsh = " 1.5.5"
10- clap = " 2.33.3 "
10+ clap = { version = " 4.5.32 " , features = [ " derive " , " cargo " ] }
1111lazy_static = " 1.4.0"
1212serde = { version = " 1.0.219" , features = [" derive" ] }
13- serde_yaml = " 0.8.26 "
14- solana-clap-utils = " 2.2.2 "
15- solana-cli-config = " 2.2.2 "
16- solana-client = " 2.2.2 "
13+ serde_yaml = " 0.9.34 "
14+ solana-clap-utils = " 2.2.3 "
15+ solana-cli-config = " 2.2.3 "
16+ solana-client = " 2.2.3 "
1717solana-logger = " 2.3.1"
18- solana-remote-wallet = { version = " 2.2.2 " , optional = true }
18+ solana-remote-wallet = { version = " 2.2.3 " , optional = true }
1919solana-sdk = " 2.2.1"
2020tokio = { version = " 1.44.0" , features = [" full" ] }
2121thiserror = " 2.0.12"
2222ssh2 = " 0.9.5"
2323tabular = " 0.2.0"
2424prettytable-rs = " 0.10"
25- ratatui = " 0.25 .0"
26- crossterm = " 0.27.0 "
25+ ratatui = " 0.29 .0"
26+ crossterm = " 0.28.1 "
2727chrono = " 0.4.40"
2828tui-logger = " 0.17.0"
2929anyhow = " 1.0.97"
@@ -34,16 +34,17 @@ url = "2.5.4"
3434serde_json = " 1.0.140"
3535dirs = " 6.0.0"
3636webpki = " 0.22.4"
37- rustls-platform-verifier = " 0.5.1"
3837
3938[dev-dependencies ]
4039assert_cmd = " 2.0.16"
4140predicates = " 3.1.3"
4241tempfile = " 3.18.0"
4342serial_test = " 3.2.0"
4443mockito = " 1.7.0"
45- criterion = " 0.3 "
44+ criterion = " 0.5.1 "
4645
4746[features ]
4847default = []
4948remote-wallet = [" solana-remote-wallet" ]
49+
50+
You can’t perform that action at this time.
0 commit comments