Skip to content

Commit cafb762

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.17 in /programs/sbf (#10082)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent affec4d commit cafb762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programs/sbf/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/sbf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ solana-transaction-status = { path = "../../transaction-status", version = "=4.0
174174
solana-vote = { path = "../../vote", version = "=4.0.0-alpha.0" }
175175
solana-vote-program = { path = "../../programs/vote", version = "=4.0.0-alpha.0" }
176176
test-case = "3.3.1"
177-
thiserror = "1.0"
177+
thiserror = "2.0"
178178

179179
[features]
180180
sbf_c = []

0 commit comments

Comments
 (0)