chore: bump thiserror from 1.0.29 to 1.0.30 (#20583)

* chore: bump thiserror from 1.0.29 to 1.0.30

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-10-11 09:46:33 -06:00
committed by GitHub
parent 185c9f9e8f
commit e9f459ef21
8 changed files with 17 additions and 17 deletions

View File

@ -41,7 +41,7 @@ solana-transaction-status = { path = "../transaction-status", version = "=1.9.0"
solana-version = { path = "../version", version = "=1.9.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.9.0" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.29"
thiserror = "1.0.30"
tiny-bip39 = "0.8.2"
[dev-dependencies]