Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.64 to 2.0.9
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...2.0.9)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 82ad10a commit 4e29181
Show file tree
Hide file tree
Showing 29 changed files with 182 additions and 162 deletions.
288 changes: 154 additions & 134 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spl-token = { version = "6.0", path = "../../token/program", features = [
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test-sbf = []

[dependencies]
solana-program = "2.0.3"
thiserror = "1.0"
thiserror = "2.0"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
Expand Down
2 changes: 1 addition & 1 deletion binary-oracle-pair/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solana-program = "2.0.3"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"
uint = "0.10"
borsh = "1.5.1"

Expand Down
2 changes: 1 addition & 1 deletion governance/addin-mock/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spl-token = { version = "6.0", path = "../../../token/program", features = [
] }
spl-governance-addin-api = { version = "0.1.4", path = "../../addin-api" }
spl-governance-tools = { version = "0.1.4", path = "../../tools" }
thiserror = "1.0"
thiserror = "2.0"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spl-governance = { version = "4.0.0", path = "../../program", features = [
] }
spl-governance-tools = { version = "0.1.4", path = "../../tools" }
spl-governance-addin-api = { version = "0.1.4", path = "../../addin-api" }
thiserror = "1.0"
thiserror = "2.0"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spl-token = { version = "6.0", path = "../../token/program", features = [
] }
spl-governance-tools = { version = "0.1.4", path = "../tools" }
spl-governance-addin-api = { version = "0.1.4", path = "../addin-api" }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
assert_matches = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion governance/test-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ solana-sdk = "2.0.3"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"
2 changes: 1 addition & 1 deletion governance/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ solana-program = "2.0.3"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"
2 changes: 1 addition & 1 deletion libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sol-log = ["log"]
[dependencies]
solana-program = ">=1.18.11,<=2"
bytemuck = "1.19"
thiserror = "1.0.64"
thiserror = "2.0.9"

[dev-dependencies]
rand_distr = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion libraries/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ borsh = "1.5.1"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
thiserror = "1.0"
thiserror = "2.0"
uint = "0.10"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libraries/merkle-tree-reference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
solana-program = ">=1.18.11,<=2"
thiserror = "1.0.64"
thiserror = "2.0.9"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion libraries/program-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
spl-program-error-derive = { version = "0.4.1", path = "./derive" }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion managed-token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spl-associated-token-account-client = { version = "1.0.0", path = "../../associa
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^1.0.64"
thiserror = "^2.0.9"

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion name-service/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ solana-program = "2.0.3"
num-traits = "0.2"
borsh = "1.5.1"
num-derive = "0.4.2"
thiserror = "1.0.64"
thiserror = "2.0.9"

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion record/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytemuck = { version = "1.19.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
thiserror = "1.0"
thiserror = "2.0"
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ solana-security-txt = "1.1.1"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"
bincode = "1.3.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion stateless-asks/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
spl-associated-token-account-client = { version = "1.0.0", path = "../../associated-token-account/client" }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
thiserror = "2.0"
uint = "0.10"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ solana-program = "2.0.3"
spl-math = { version = "0.3", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
thiserror = "1.0"
thiserror = "2.0"
arbitrary = { version = "1.3", features = ["derive"], optional = true }
roots = { version = "0.0.8", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion token-upgrade/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-traits = "0.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion token-wrap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-program = "2.0.3"
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
thiserror = "1.0"
thiserror = "2.0"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spl-token-2022 = { version = "5.0.2", path = "../program-2022" }
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
thiserror = "1.0"
thiserror = "2.0"

[features]
default = ["display"]
Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
bytemuck = "1.19.0"
solana-curve25519 = "2.0.3"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "2.0.9"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
curve25519-dalek = "3.2.1"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "2.0.9"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ edition = "2021"
[dev-dependencies]
curve25519-dalek = "3.2.1"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.64"
thiserror = "2.0.9"
spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "../proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../proof-generation" }
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }
spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
thiserror = "1.0"
thiserror = "2.0"
serde = { version = "1.0.210", optional = true }
serde_with = { version = "3.11.0", optional = true }
base64 = { version = "0.22.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.5.0"
Expand Down

0 comments on commit 4e29181

Please sign in to comment.