Skip to content

Commit 2884f2c

Browse files
committed
chore(deps): update workspace dependencies in Cargo.toml files
1 parent cfdfbdb commit 2884f2c

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ clap = "4.6.1"
2525
criterion = "0.8.2"
2626
cucumber = "0.23.0"
2727
ed25519-dalek = "=1.0.1"
28-
hashbrown = "0.17.0"
28+
hashbrown = "0.17.1"
2929
hex = "0.4.3"
30-
hotpath = "0.15.1"
30+
hotpath = "0.16.1"
3131
indexmap = "2.14.0"
3232
itertools = "0.14.0"
3333
libsecp256k1 = "0.7.2"
@@ -36,7 +36,7 @@ parking_lot = "0.12.5"
3636
prost = "0.14"
3737
qualifier_attr = "0.2.2"
3838
serde = "1.0.228"
39-
serde_json = "1.0.149"
39+
serde_json = "1.0.150"
4040
serde_yaml = "0.9.34"
4141
sha2 = "0.11.0"
4242
smallvec = "1.15.1"
@@ -100,7 +100,7 @@ spl-token-2022-interface = "2.1.0"
100100
spl-token-interface = "2.0.0"
101101
test-log = "0.2.20"
102102
thiserror = "2.0.18"
103-
tokio = "1.52.2"
103+
tokio = "1.52.3"
104104
tracing = "0.1.44"
105105

106106
[workspace.lints.clippy]

crates/hpsvm/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ serde.workspace = true
4242
sha2 = { workspace = true, optional = true }
4343
solana-account.workspace = true
4444
solana-address.workspace = true
45-
solana-address-lookup-table-interface = { workspace = true, features = [
46-
"bytemuck",
47-
"wincode",
48-
] }
45+
solana-address-lookup-table-interface = { workspace = true, features = ["bytemuck"] }
4946
solana-bpf-loader-program.workspace = true
5047
solana-builtins = { workspace = true, features = ["agave-unstable-api"] }
5148
solana-clock.workspace = true
@@ -85,7 +82,7 @@ solana-svm-callback.workspace = true
8582
solana-svm-log-collector.workspace = true
8683
solana-svm-timings.workspace = true
8784
solana-svm-transaction.workspace = true
88-
solana-system-interface = { workspace = true, features = ["wincode"] }
85+
solana-system-interface.workspace = true
8986
solana-system-program.workspace = true
9087
solana-sysvar.workspace = true
9188
solana-sysvar-id.workspace = true

crates/token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ solana-program-option.workspace = true
2525
solana-program-pack.workspace = true
2626
solana-rent = { workspace = true, optional = true }
2727
solana-signer.workspace = true
28-
solana-system-interface = { workspace = true, features = ["wincode"] }
28+
solana-system-interface.workspace = true
2929
solana-transaction = { workspace = true, features = ["verify"] }
3030
solana-transaction-error.workspace = true
3131
spl-associated-token-account-interface.workspace = true

0 commit comments

Comments
 (0)