Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e05ce1a

Browse files
build(deps): bump thiserror from 1.0.64 to 1.0.65 (#7387)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.65) --- 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 b4a73a3 commit e05ce1a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sol-log = ["log"]
1414
[dependencies]
1515
solana-program = ">=1.18.11,<=2"
1616
bytemuck = "1.19"
17-
thiserror = "1.0.64"
17+
thiserror = "1.0.65"
1818

1919
[dev-dependencies]
2020
rand_distr = "0.4.3"

libraries/merkle-tree-reference/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[dependencies]
1111
solana-program = ">=1.18.11,<=2"
12-
thiserror = "1.0.64"
12+
thiserror = "1.0.65"
1313

1414
[lib]
1515
crate-type = ["cdylib", "lib"]

managed-token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spl-associated-token-account-client = { version = "1.0.0", path = "../../associa
3232
spl-token = { version = "6.0", path = "../../token/program", features = [
3333
"no-entrypoint",
3434
] }
35-
thiserror = "^1.0.64"
35+
thiserror = "^1.0.65"
3636

3737
[dev-dependencies]
3838
solana-program-test = "2.0.3"

name-service/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-program = "2.0.3"
2121
num-traits = "0.2"
2222
borsh = "1.5.1"
2323
num-derive = "0.4.2"
24-
thiserror = "1.0.64"
24+
thiserror = "1.0.65"
2525

2626
[dev-dependencies]
2727
solana-program-test = "2.0.3"

token/confidential-transfer/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
bytemuck = "1.19.0"
1212
solana-curve25519 = "2.0.3"
1313
solana-zk-sdk = "2.0.3"
14-
thiserror = "1.0.64"
14+
thiserror = "1.0.65"
1515

1616
[lib]
1717
crate-type = ["cdylib", "lib"]

token/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 = "3.2.1"
1212
solana-zk-sdk = "2.0.3"
13-
thiserror = "1.0.64"
13+
thiserror = "1.0.65"
1414

1515
[dev-dependencies]
1616

token/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 = "3.2.1"
1212
solana-zk-sdk = "2.0.3"
13-
thiserror = "1.0.64"
13+
thiserror = "1.0.65"
1414
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../proof-extraction" }
1515
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../proof-generation" }

0 commit comments

Comments
 (0)