Bump thiserror from 1.0.18 to 1.0.19 (#10180)

* Bump thiserror from 1.0.18 to 1.0.19

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-21 23:36:04 -07:00
committed by GitHub
parent c78fd2b36d
commit c7cdbc98e5
5 changed files with 31 additions and 31 deletions

View File

@ -43,7 +43,7 @@ solana-transaction-status = { path = "../transaction-status", version = "1.2.0"
solana-version = { path = "../version", version = "1.2.0" }
solana-vote-program = { path = "../programs/vote", version = "1.2.0" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.0" }
thiserror = "1.0.18"
thiserror = "1.0.19"
url = "2.1.1"
[dev-dependencies]