Bump thiserror from 1.0.17 to 1.0.18 (#10079)

* Bump thiserror from 1.0.17 to 1.0.18

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

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 <anatoly+githubjenkins@solana.io>
This commit is contained in:
dependabot-preview[bot]
2020-05-19 09:02:45 -06:00
committed by GitHub
parent fac854eb9d
commit d34b9ba306
5 changed files with 31 additions and 47 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.17"
thiserror = "1.0.18"
url = "2.1.1"
[dev-dependencies]