Bump thiserror from 1.0.13 to 1.0.14 (#9151)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-29 15:33:11 -07:00
committed by GitHub
parent ae66c0e497
commit 8731b6279f
2 changed files with 25 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ solana-storage-program = { path = "../programs/storage", version = "1.2.0" }
solana-vote-program = { path = "../programs/vote", version = "1.2.0" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.0" }
titlecase = "1.1.0"
thiserror = "1.0.13"
thiserror = "1.0.14"
url = "2.1.1"
[dev-dependencies]