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

Commit 839ccc2

Browse files
build(deps): bump thiserror from 1.0.68 to 2.0.0
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3844bfa commit 839ccc2

File tree

35 files changed

+154
-134
lines changed

35 files changed

+154
-134
lines changed

Cargo.lock

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

associated-token-account/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
2323
spl-token-2022 = { version = "6.0.0", path = "../../token/program-2022", features = [
2424
"no-entrypoint",
2525
] }
26-
thiserror = "1.0"
26+
thiserror = "2.0"
2727

2828
[lib]
2929
crate-type = ["cdylib", "lib"]

binary-option/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test-sbf = []
1010

1111
[dependencies]
1212
solana-program = "2.1.0"
13-
thiserror = "1.0"
13+
thiserror = "2.0"
1414
spl-token = { version = "7.0", path = "../../token/program", features = [
1515
"no-entrypoint",
1616
] }

binary-oracle-pair/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ solana-program = "2.1.0"
1717
spl-token = { version = "7.0", path = "../../token/program", features = [
1818
"no-entrypoint",
1919
] }
20-
thiserror = "1.0"
20+
thiserror = "2.0"
2121
uint = "0.10"
2222
borsh = "1.5.1"
2323

governance/addin-mock/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spl-token = { version = "7.0", path = "../../../token/program", features = [
2525
] }
2626
spl-governance-addin-api = { version = "0.1.4", path = "../../addin-api" }
2727
spl-governance-tools = { version = "0.1.4", path = "../../tools" }
28-
thiserror = "1.0"
28+
thiserror = "2.0"
2929

3030

3131
[dev-dependencies]

governance/chat/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spl-governance = { version = "4.0.0", path = "../../program", features = [
2828
] }
2929
spl-governance-tools = { version = "0.1.4", path = "../../tools" }
3030
spl-governance-addin-api = { version = "0.1.4", path = "../../addin-api" }
31-
thiserror = "1.0"
31+
thiserror = "2.0"
3232

3333

3434
[dev-dependencies]

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
2525
] }
2626
spl-governance-tools = { version = "0.1.4", path = "../tools" }
2727
spl-governance-addin-api = { version = "0.1.4", path = "../addin-api" }
28-
thiserror = "1.0"
28+
thiserror = "2.0"
2929

3030
[dev-dependencies]
3131
assert_matches = "1.5.0"

governance/test-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ solana-sdk = "2.1.0"
2222
spl-token = { version = "7.0", path = "../../token/program", features = [
2323
"no-entrypoint",
2424
] }
25-
thiserror = "1.0"
25+
thiserror = "2.0"

governance/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ solana-program = "2.1.0"
1919
spl-token = { version = "7.0", path = "../../token/program", features = [
2020
"no-entrypoint",
2121
] }
22-
thiserror = "1.0"
22+
thiserror = "2.0"

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.68"
17+
thiserror = "2.0.0"
1818

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

0 commit comments

Comments
 (0)