diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-30 19:31:38 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 19:31:38 +0000 |
| commit | b121ff4852d4d6a9d8e38d20ee0c3e83f9ec34d5 (patch) | |
| tree | 30fe330e0c5a38c615b0b31da9b53bcb94524410 | |
| parent | 2c732a7cd1d8ca1c83b5f3be68788a8d651231e4 (diff) | |
Bump thiserror from 1.0.26 to 1.0.30
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.30.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.30)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -523,18 +523,18 @@ dependencies = [ | |||
| 523 | 523 | ||
| 524 | [[package]] | 524 | [[package]] |
| 525 | name = "thiserror" | 525 | name = "thiserror" |
| 526 | version = "1.0.26" | 526 | version = "1.0.30" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" | 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" | 528 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
| 529 | dependencies = [ | 529 | dependencies = [ |
| 530 | "thiserror-impl", | 530 | "thiserror-impl", |
| 531 | ] | 531 | ] |
| 532 | 532 | ||
| 533 | [[package]] | 533 | [[package]] |
| 534 | name = "thiserror-impl" | 534 | name = "thiserror-impl" |
| 535 | version = "1.0.26" | 535 | version = "1.0.30" |
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" | 537 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
| 538 | dependencies = [ | 538 | dependencies = [ |
| 539 | "proc-macro2", | 539 | "proc-macro2", |
| 540 | "quote", | 540 | "quote", |
