File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ license = "WTFPL"
66publish = false
77
88[dependencies ]
9- bincode = " 1.3.3 "
9+ bincode = " 2.0.1 "
1010borsh = " 1.5.6"
1111clap = { version = " 4.5.32" , features = [" derive" , " cargo" ] }
1212lazy_static = " 1.5.0"
1313serde = { version = " 1.0.219" , features = [" derive" ] }
1414serde_yaml = " 0.9.34"
15- solana-clap-utils = " 2.2.3 "
16- solana-cli-config = " 2.2.3 "
17- solana-client = " 2.2.3 "
15+ solana-clap-utils = " 2.2.7 "
16+ solana-cli-config = " 2.2.7 "
17+ solana-client = " 2.2.7 "
1818solana-logger = " 2.3.1"
19- solana-remote-wallet = { version = " 2.2.3 " , optional = true }
20- solana-sdk = " 2.2.1 "
19+ solana-remote-wallet = { version = " 2.2.7 " , optional = true }
20+ solana-sdk = " 2.2.2 "
2121tokio = { version = " 1.44.1" , features = [" full" ] }
2222thiserror = " 2.0.12"
2323ssh2 = " 0.9.5"
2424tabular = " 0.2.0"
2525prettytable-rs = " 0.10.0"
2626ratatui = " 0.29.0"
27- crossterm = " 0.28.1 "
27+ crossterm = " 0.29.0 "
2828chrono = " 0.4.40"
2929tui-logger = " 0.17.0"
3030anyhow = " 1.0.97"
@@ -42,7 +42,7 @@ predicates = "3.1.3"
4242tempfile = " 3.19.1"
4343serial_test = " 3.2.0"
4444mockito = " 1.7.0"
45- criterion = " 0.5.1 "
45+ criterion = " 0.6.0 "
4646
4747[features ]
4848default = []
You can’t perform that action at this time.
0 commit comments