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

Commit d2d1fcd

Browse files
build(deps): bump thiserror from 1.0.61 to 1.0.62 (#7011)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) --- 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 5930e2b commit d2d1fcd

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.16"
17-
thiserror = "1.0.61"
17+
thiserror = "1.0.62"
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.61"
12+
thiserror = "1.0.62"
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
@@ -31,7 +31,7 @@ spl-associated-token-account = { version = "4.0.0", path = "../../associated-tok
3131
spl-token = { version = "6.0", path = "../../token/program", features = [
3232
"no-entrypoint",
3333
] }
34-
thiserror = "^1.0.61"
34+
thiserror = "^1.0.62"
3535

3636
[dev-dependencies]
3737
solana-program-test = "2.0.0"

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.0"
2121
num-traits = "0.2"
2222
borsh = "1.5.1"
2323
num-derive = "0.4.2"
24-
thiserror = "1.0.61"
24+
thiserror = "1.0.62"
2525

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

token/confidential-transfer/proof-extraction/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-zk-sdk = "2.0.0"
12-
thiserror = "1.0.61"
12+
thiserror = "1.0.62"
1313

1414
[lib]
1515
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.0"
13-
thiserror = "1.0.61"
13+
thiserror = "1.0.62"
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.0"
13-
thiserror = "1.0.61"
13+
thiserror = "1.0.62"
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)