Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
282 changes: 151 additions & 131 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 = "4.0", path = "../../token/program", features = [
spl-token-2022 = { version = "3.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 = ">=1.18.11,<=2"
thiserror = "1.0"
thiserror = "2.0"
spl-token = { version = "4.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 = ">=1.18.11,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"
uint = "0.9"
borsh = "1.5.0"

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 = "4.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 = "4.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 = ">=1.18.11,<=2"
spl-token = { version = "4.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 = ">=1.18.11,<=2"
spl-token = { version = "4.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.16"
bytemuck = "1.16"
thiserror = "1.0.60"
thiserror = "2.0.17"

[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.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.11,<=2"
thiserror = "1.0"
thiserror = "2.0"
uint = "0.9"

[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.10.33"
thiserror = "1.0.60"
thiserror = "2.0.17"

[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 = ">=1.18.11,<=2"
spl-program-error-derive = { version = "0.4.1", path = "./derive" }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.4"
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 @@ -31,7 +31,7 @@ spl-associated-token-account = { version = "3.0.2", path = "../../associated-tok
spl-token = { version = "4.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^1.0.60"
thiserror = "^2.0.17"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
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 = ">=1.18.11,<=2"
num-traits = "0.2"
borsh = "1.5.0"
num-derive = "0.4.2"
thiserror = "1.0.60"
thiserror = "2.0.17"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
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.16.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.11,<=2"
thiserror = "1.0"
thiserror = "2.0"
spl-pod = { version = "0.2.2", 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 @@ -25,7 +25,7 @@ spl-token = { version = "4.0", path = "../../token/program", features = [
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
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.2.2", path = "../../libraries/pod", features = [
spl-token-2022 = { version = "3.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 @@ -19,7 +19,7 @@ spl-token = { version = "4.0", path = "../../token/program", features = [
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = [
"no-entrypoint",
] }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
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 = ">=1.18.11,<=2"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
thiserror = "2.0"
uint = "0.9"

[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 = ">=1.18.11,<=2"
spl-math = { version = "0.2", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-token-2022 = { version = "3.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.2"
solana-program = ">=1.18.11,<=2"
spl-token-2022 = { version = "3.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
solana-program-test = ">=1.18.11,<=2"
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 = ">=1.18.11,<=2"
spl-associated-token-account = { version = "3.0.2", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { version = "3.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 @@ -33,7 +33,7 @@ spl-token-2022 = { version = "3.0.2", path = "../program-2022" }
spl-token-group-interface = { version = "0.2.3", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }
spl-transfer-hook-interface = { version = "0.6.3", path = "../transfer-hook/interface" }
thiserror = "1.0"
thiserror = "2.0"

[features]
default = ["display"]
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata
spl-transfer-hook-interface = { version = "0.6.3", path = "../transfer-hook/interface" }
spl-type-length-value = { version = "0.4.3", path = "../../libraries/type-length-value" }
spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
thiserror = "1.0"
thiserror = "2.0"
serde = { version = "1.0.202", optional = true }
serde_with = { version = "3.8.1", 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.2"
solana-program = ">=1.18.11,<=2"
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.4.0"
Expand Down
Loading