Browse Source

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](https://github.com/dtolnay/thiserror/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 11 months ago
parent
commit
e50c07bb9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -19,7 +19,7 @@ num-derive = "0.4"
 num-traits = "0.2"
 num_enum = "0.7.3"
 solana-program = "2.1.0"
-thiserror = "1.0"
+thiserror = "2.0"
 
 [dev-dependencies]
 lazy_static = "1.5.0"