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

Commit afb0d04

Browse files
build(deps): bump thiserror from 1.0.28 to 1.0.29 (#2379)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.28...1.0.29) --- 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 773302c commit afb0d04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

name-service/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-program = "1.7.11"
2121
num-traits = "0.2"
2222
borsh = "0.9.1"
2323
num-derive = "0.3.3"
24-
thiserror = "1.0.28"
24+
thiserror = "1.0.29"
2525

2626
[dev-dependencies]
2727
solana-program-test = "1.7.11"

0 commit comments

Comments
 (0)