Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 82ad10a commit 35c320d
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 51 deletions.
88 changes: 44 additions & 44 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.19"
thiserror = "1.0.64"
thiserror = "1.0.66"

[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 = "1.0.64"
thiserror = "1.0.66"

[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 = "1.0.0", path = "../../associa
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
thiserror = "^1.0.64"
thiserror = "^1.0.66"

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

0 comments on commit 35c320d

Please sign in to comment.