Skip to content

Commit f8e2cad

Browse files
dependabot[bot]joncinque
authored andcommitted
build(deps): bump thiserror from 2.0.8 to 2.0.9 (#7605)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.8...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb954df commit f8e2cad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

confidential-transfer/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ solana-curve25519 = "2.1.0"
1313
solana-program = "2.1.0"
1414
solana-zk-sdk = "2.1.0"
1515
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }
16-
thiserror = "2.0.8"
16+
thiserror = "2.0.9"
1717

1818
[lib]
1919
crate-type = ["cdylib", "lib"]

confidential-transfer/proof-generation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
[dependencies]
1111
curve25519-dalek = "4.1.3"
1212
solana-zk-sdk = "2.1.0"
13-
thiserror = "2.0.8"
13+
thiserror = "2.0.9"
1414

1515
[dev-dependencies]
1616

confidential-transfer/proof-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ edition = "2021"
1010
[dev-dependencies]
1111
curve25519-dalek = "4.1.3"
1212
solana-zk-sdk = "2.1.0"
13-
thiserror = "2.0.8"
13+
thiserror = "2.0.9"
1414
spl-token-confidential-transfer-proof-extraction = { version = "0.2.0", path = "../proof-extraction" }
1515
spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = "../proof-generation" }

0 commit comments

Comments
 (0)