Skip to content

Commit 0d4df44

Browse files
Copilotlarp0
andcommitted
Upgrade dependencies: bincode to 2.0.1, crossterm to 0.29.0, criterion to 0.6.0, and Solana dependencies to 2.2.7
Co-authored-by: larp0 <[email protected]>
1 parent 501d61b commit 0d4df44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ license = "WTFPL"
66
publish = false
77

88
[dependencies]
9-
bincode = "1.3.3"
9+
bincode = "2.0.1"
1010
borsh = "1.5.6"
1111
clap = { version = "4.5.32", features = ["derive", "cargo"] }
1212
lazy_static = "1.5.0"
1313
serde = { version = "1.0.219", features = ["derive"] }
1414
serde_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"
1818
solana-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"
2121
tokio = { version = "1.44.1", features = ["full"] }
2222
thiserror = "2.0.12"
2323
ssh2 = "0.9.5"
2424
tabular = "0.2.0"
2525
prettytable-rs = "0.10.0"
2626
ratatui = "0.29.0"
27-
crossterm = "0.28.1"
27+
crossterm = "0.29.0"
2828
chrono = "0.4.40"
2929
tui-logger = "0.17.0"
3030
anyhow = "1.0.97"
@@ -42,7 +42,7 @@ predicates = "3.1.3"
4242
tempfile = "3.19.1"
4343
serial_test = "3.2.0"
4444
mockito = "1.7.0"
45-
criterion = "0.5.1"
45+
criterion = "0.6.0"
4646

4747
[features]
4848
default = []

0 commit comments

Comments
 (0)