Skip to content

Commit fb6732d

Browse files
dependabot[bot]joncinque
authored andcommitted
build(deps): bump thiserror from 1.0.68 to 2.0.0 (#7462)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c96c236 commit fb6732d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-derive = "0.4"
1919
num-traits = "0.2"
2020
num_enum = "0.7.3"
2121
solana-program = "2.1.0"
22-
thiserror = "1.0"
22+
thiserror = "2.0"
2323

2424
[dev-dependencies]
2525
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)