Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 77b718e commit 2ba8d06
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 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
Expand Up @@ -14,7 +14,7 @@ sol-log = ["log"]
[dependencies]
solana-program = ">=1.18.11,<=2"
bytemuck = "1.21"
thiserror = "2.0.9"
thiserror = "2.0.12"

[dev-dependencies]
rand_distr = "0.4.3"
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 = "2.0.9"
thiserror = "2.0.12"

[lib]
crate-type = ["cdylib", "lib"]
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 = "2.0.0" }
spl-token = { version = "7.0", features = [
"no-entrypoint",
] }
thiserror = "^2.0.9"
thiserror = "^2.0.12"

[dev-dependencies]
solana-program-test = "2.1.0"
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.1.0"
num-traits = "0.2"
borsh = "1.5.3"
num-derive = "0.4.2"
thiserror = "2.0.9"
thiserror = "2.0.12"

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down

0 comments on commit 2ba8d06

Please sign in to comment.