Skip to content

Commit 864706b

Browse files
Copilotlarp0
andcommitted
Upgrade remaining dependencies: borsh, clap, tokio, chrono, tui-logger, anyhow, rand, assert_cmd, tempfile
Co-authored-by: larp0 <[email protected]>
1 parent 0d4df44 commit 864706b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77

88
[dependencies]
99
bincode = "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"] }
1212
lazy_static = "1.5.0"
1313
serde = { version = "1.0.219", features = ["derive"] }
1414
serde_yaml = "0.9.34"
@@ -18,28 +18,28 @@ solana-client = "2.2.7"
1818
solana-logger = "2.3.1"
1919
solana-remote-wallet = { version = "2.2.7", optional = true }
2020
solana-sdk = "2.2.2"
21-
tokio = { version = "1.44.1", features = ["full"] }
21+
tokio = { version = "1.45.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"
2727
crossterm = "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"
3131
futures = "0.3.31"
32-
rand = "0.9.0"
32+
rand = "0.9.1"
3333
colored = "3.0.0"
3434
url = "2.5.4"
3535
serde_json = "1.0.140"
3636
dirs = "6.0.0"
3737

3838

3939
[dev-dependencies]
40-
assert_cmd = "2.0.16"
40+
assert_cmd = "2.0.17"
4141
predicates = "3.1.3"
42-
tempfile = "3.19.1"
42+
tempfile = "3.20.0"
4343
serial_test = "3.2.0"
4444
mockito = "1.7.0"
4545
criterion = "0.6.0"

0 commit comments

Comments
 (0)