@@ -3,16 +3,16 @@ resolver = "3"
33members = [" bin/*" , " crates/*" ]
44
55[workspace .package ]
6- version = " 0.1.5 "
6+ version = " 0.1.6 "
77edition = " 2024"
88license = " Apache-2.0"
99repository = " https://github.com/longcipher/hpsvm"
1010
1111[workspace .dependencies ]
1212# local crates
13- hpsvm = { path = " crates/hpsvm" , version = " 0.1.5 " }
14- hpsvm-fixture = { path = " crates/hpsvm-fixture" , version = " 0.1.5 " , default-features = false }
15- hpsvm-fixture-fd = { path = " crates/hpsvm-fixture-fd" , version = " 0.1.5 " , default-features = false }
13+ hpsvm = { path = " crates/hpsvm" , version = " 0.1.6 " }
14+ hpsvm-fixture = { path = " crates/hpsvm-fixture" , version = " 0.1.6 " , default-features = false }
15+ hpsvm-fixture-fd = { path = " crates/hpsvm-fixture-fd" , version = " 0.1.6 " , default-features = false }
1616
1717# external crates
1818agave-feature-set = " 3.1.14"
@@ -27,40 +27,40 @@ cucumber = "0.23.0"
2727ed25519-dalek = " 2"
2828hashbrown = " 0.17.1"
2929hex = " 0.4.3"
30- hotpath = " 0.16.1 "
30+ hotpath = " 0.17.0 "
3131indexmap = " 2.14.0"
32- itertools = " 0.14 .0"
32+ itertools = " 0.15 .0"
3333libsecp256k1 = " 0.7.2"
3434mollusk-svm-fuzz-fixture-firedancer = " 0.12.1-agave-4.0"
3535parking_lot = " 0.12.5"
36- prost = " 0.14"
36+ prost = " 0.14.4 "
3737qualifier_attr = " 0.2.2"
3838serde = " 1.0.228"
3939serde_json = " 1.0.150"
40- serde_yml = " 0.0.12 "
40+ serde_yml = " 0.0.13 "
4141sha2 = " 0.11.0"
42- smallvec = " 1.15.1 "
42+ smallvec = " 1.15.2 "
4343solana-account = " 3.4.0"
44- solana-address = " 2.6.0 "
44+ solana-address = " 2.6.1 "
4545solana-address-lookup-table-interface = " 3.1.0"
4646solana-bpf-loader-program = " 3.1.14"
4747solana-builtins = " 3.1.14"
48- solana-clock = " 3.1.0 "
48+ solana-clock = " 3.0.1 "
4949solana-compute-budget = " 3.1.14"
5050solana-compute-budget-instruction = " 3.1.14"
5151solana-compute-budget-interface = " 3.0.0"
5252solana-config-interface = " 2.0.0"
5353solana-ed25519-program = " 3.0.0"
54- solana-epoch-rewards = " 3.0.2 "
55- solana-epoch-schedule = " 3.1.0 "
54+ solana-epoch-rewards = " 3.0.1 "
55+ solana-epoch-schedule = " 3.1.1 "
5656solana-feature-gate-interface = " 3.1.0"
5757solana-fee = " 3.1.14"
5858solana-fee-structure = " 3.0.0"
5959solana-hash = " 3.1.0"
6060solana-instruction = " 3.4.0"
61- solana-instructions-sysvar = " 3.0.1 "
61+ solana-instructions-sysvar = " 3.0.0 "
6262solana-keypair = " 3.1.2"
63- solana-last-restart-slot = " 3.0.1 "
63+ solana-last-restart-slot = " 3.0.0 "
6464solana-loader-v3-interface = " 7.0.0"
6565solana-loader-v4-interface = " 3.1.0"
6666solana-message = " 3.1.0"
@@ -79,9 +79,9 @@ solana-sdk-ids = "3.1.0"
7979solana-secp256k1-program = " 3.0.1"
8080solana-sha256-hasher = " 3.1.0"
8181solana-signature = " 3.1.0"
82- solana-signer = " 3.0.0 "
83- solana-slot-hashes = " 3.0.1 "
84- solana-slot-history = " 3.0.1 "
82+ solana-signer = " 3.0.1 "
83+ solana-slot-hashes = " 3.0.2 "
84+ solana-slot-history = " 3.0.0 "
8585solana-stake-interface = " 2.0.2"
8686solana-svm-callback = " 3.1.14"
8787solana-svm-log-collector = " 3.1.14"
@@ -93,12 +93,12 @@ solana-sysvar = "3.1.1"
9393solana-sysvar-id = " 3.1.0"
9494solana-transaction = " 3.1.0"
9595solana-transaction-context = " 3.1.14"
96- solana-transaction-error = " 3.2.0 "
96+ solana-transaction-error = " 3.2.1 "
9797solana-vote-interface = " 5.1.1"
9898spl-associated-token-account-interface = " 2.0.0"
99- spl-token-2022-interface = " 2 .1.0"
100- spl-token-interface = " 2 .0.0"
101- test-log = " 0.2.20 "
99+ spl-token-2022-interface = " 3 .1.0"
100+ spl-token-interface = " 3 .0.0"
101+ test-log = " 0.2.21 "
102102thiserror = " 2.0.18"
103103tokio = " 1.52.3"
104104tracing = " 0.1.44"
0 commit comments