File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ clap = "4.6.1"
2525criterion = " 0.8.2"
2626cucumber = " 0.23.0"
2727ed25519-dalek = " =1.0.1"
28- hashbrown = " 0.17.0 "
28+ hashbrown = " 0.17.1 "
2929hex = " 0.4.3"
30- hotpath = " 0.15 .1"
30+ hotpath = " 0.16 .1"
3131indexmap = " 2.14.0"
3232itertools = " 0.14.0"
3333libsecp256k1 = " 0.7.2"
@@ -36,7 +36,7 @@ parking_lot = "0.12.5"
3636prost = " 0.14"
3737qualifier_attr = " 0.2.2"
3838serde = " 1.0.228"
39- serde_json = " 1.0.149 "
39+ serde_json = " 1.0.150 "
4040serde_yaml = " 0.9.34"
4141sha2 = " 0.11.0"
4242smallvec = " 1.15.1"
@@ -100,7 +100,7 @@ spl-token-2022-interface = "2.1.0"
100100spl-token-interface = " 2.0.0"
101101test-log = " 0.2.20"
102102thiserror = " 2.0.18"
103- tokio = " 1.52.2 "
103+ tokio = " 1.52.3 "
104104tracing = " 0.1.44"
105105
106106[workspace .lints .clippy ]
Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ serde.workspace = true
4242sha2 = { workspace = true , optional = true }
4343solana-account.workspace = true
4444solana-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" ] }
4946solana-bpf-loader-program.workspace = true
5047solana-builtins = { workspace = true , features = [" agave-unstable-api" ] }
5148solana-clock.workspace = true
@@ -85,7 +82,7 @@ solana-svm-callback.workspace = true
8582solana-svm-log-collector.workspace = true
8683solana-svm-timings.workspace = true
8784solana-svm-transaction.workspace = true
88- solana-system-interface = { workspace = true , features = [ " wincode " ] }
85+ solana-system-interface. workspace = true
8986solana-system-program.workspace = true
9087solana-sysvar.workspace = true
9188solana-sysvar-id.workspace = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ solana-program-option.workspace = true
2525solana-program-pack.workspace = true
2626solana-rent = { workspace = true , optional = true }
2727solana-signer.workspace = true
28- solana-system-interface = { workspace = true , features = [ " wincode " ] }
28+ solana-system-interface. workspace = true
2929solana-transaction = { workspace = true , features = [" verify" ] }
3030solana-transaction-error.workspace = true
3131spl-associated-token-account-interface.workspace = true
You can’t perform that action at this time.
0 commit comments