File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ solana-curve25519 = "2.1.0"
1313solana-program = " 2.1.0"
1414solana-zk-sdk = " 2.1.0"
1515spl-pod = { version = " 0.5.0" , path = " ../../../libraries/pod" }
16- thiserror = " 2.0.8 "
16+ thiserror = " 2.0.9 "
1717
1818[lib ]
1919crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
1010[dependencies ]
1111curve25519-dalek = " 4.1.3"
1212solana-zk-sdk = " 2.1.0"
13- thiserror = " 2.0.8 "
13+ thiserror = " 2.0.9 "
1414
1515[dev-dependencies ]
1616
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ edition = "2021"
1010[dev-dependencies ]
1111curve25519-dalek = " 4.1.3"
1212solana-zk-sdk = " 2.1.0"
13- thiserror = " 2.0.8 "
13+ thiserror = " 2.0.9 "
1414spl-token-confidential-transfer-proof-extraction = { version = " 0.2.0" , path = " ../proof-extraction" }
1515spl-token-confidential-transfer-proof-generation = { version = " 0.2.0" , path = " ../proof-generation" }
You can’t perform that action at this time.
0 commit comments