Skip to content

Commit 89eb90b

Browse files
build(deps): bump thiserror from 1.0.69 to 2.0.17 (#115)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c44c5c5 commit 89eb90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-traits = "0.2"
1717
serde = { version = "1.0", features = ["derive"], optional = true }
1818
serde_with = { version = "3.0", optional = true }
1919
solana-program = "2.2.1"
20-
thiserror = "1.0"
20+
thiserror = "2.0"
2121

2222
[dev-dependencies]
2323
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)