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

build(deps): bump thiserror from 2.0.9 to 2.0.10 #7639

Closed
wants to merge 1 commit into from
Closed
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
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ sol-log = ["log"]
[dependencies]
solana-program = ">=1.18.11,<=2"
bytemuck = "1.21"
thiserror = "2.0.9"
thiserror = "2.0.10"

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

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

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion managed-token/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ spl-associated-token-account-client = { version = "2.0.0", path = "../../associa
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^2.0.9"
thiserror = "^2.0.10"

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

[dev-dependencies]
solana-program-test = "2.1.0"
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ solana-curve25519 = "2.1.0"
solana-program = "2.1.0"
solana-zk-sdk = "2.1.0"
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }
thiserror = "2.0.9"
thiserror = "2.0.10"

[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
@@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
curve25519-dalek = "4.1.3"
solana-zk-sdk = "2.1.0"
thiserror = "2.0.9"
thiserror = "2.0.10"

[dev-dependencies]

Loading
Oops, something went wrong.
Loading