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

Commit 81f0b9a

Browse files
build(deps): bump thiserror from 1.0.24 to 1.0.25 (#2010)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.24...1.0.25) --- 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 c98e05f commit 81f0b9a

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
@@ -18,7 +18,7 @@ solana-program = "1.7.3"
1818
num-traits = "0.2"
1919
borsh = "0.8.1"
2020
num-derive = "0.3.3"
21-
thiserror = "1.0.24"
21+
thiserror = "1.0.25"
2222

2323
[dev-dependencies]
2424
solana-program-test = "1.7.3"

0 commit comments

Comments
 (0)