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"
13
13
solana-program = " 2.1.0"
14
14
solana-zk-sdk = " 2.1.0"
15
15
spl-pod = { version = " 0.5.0" , path = " ../../../libraries/pod" }
16
- thiserror = " 2.0.8 "
16
+ thiserror = " 2.0.9 "
17
17
18
18
[lib ]
19
19
crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
10
10
[dependencies ]
11
11
curve25519-dalek = " 4.1.3"
12
12
solana-zk-sdk = " 2.1.0"
13
- thiserror = " 2.0.8 "
13
+ thiserror = " 2.0.9 "
14
14
15
15
[dev-dependencies ]
16
16
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ edition = "2021"
10
10
[dev-dependencies ]
11
11
curve25519-dalek = " 4.1.3"
12
12
solana-zk-sdk = " 2.1.0"
13
- thiserror = " 2.0.8 "
13
+ thiserror = " 2.0.9 "
14
14
spl-token-confidential-transfer-proof-extraction = { version = " 0.2.0" , path = " ../proof-extraction" }
15
15
spl-token-confidential-transfer-proof-generation = { version = " 0.2.0" , path = " ../proof-generation" }
You can’t perform that action at this time.
0 commit comments