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

Commit 3aae18f

Browse files
build(deps): bump thiserror from 1.0.53 to 1.0.56 (#6045)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.53...1.0.56) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae3e0a commit 3aae18f

File tree

5 files changed

+50
-50
lines changed

5 files changed

+50
-50
lines changed

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sol-log = [ "log" ]
1414
[dependencies]
1515
solana-program = "1.16"
1616
bytemuck = "1.14"
17-
thiserror = "1.0.53"
17+
thiserror = "1.0.56"
1818

1919
[dev-dependencies]
2020
rand_distr = "0.4.3"

libraries/merkle-tree-reference/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
[dependencies]
1111
solana-program = "1.10.33"
12-
thiserror = "1.0.53"
12+
thiserror = "1.0.56"
1313

1414
[lib]
1515
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)