diff options
| author | diogo464 <[email protected]> | 2021-10-30 20:35:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 20:35:51 +0100 |
| commit | 74f7bd63c0eed3a3f5add71838525f6ab4ad9540 (patch) | |
| tree | 4c9829500d91bed9ccd5874133cd69a65be1dc88 | |
| parent | 8c89722af153ee3264c7aa9f0fe79cf89e18cde2 (diff) | |
| parent | b121ff4852d4d6a9d8e38d20ee0c3e83f9ec34d5 (diff) | |
Merge pull request #9 from diogo464/dependabot/cargo/thiserror-1.0.30
Bump thiserror from 1.0.26 to 1.0.30
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -538,18 +538,18 @@ dependencies = [ | |||
| 538 | 538 | ||
| 539 | [[package]] | 539 | [[package]] |
| 540 | name = "thiserror" | 540 | name = "thiserror" |
| 541 | version = "1.0.26" | 541 | version = "1.0.30" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" | 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" | 543 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
| 544 | dependencies = [ | 544 | dependencies = [ |
| 545 | "thiserror-impl", | 545 | "thiserror-impl", |
| 546 | ] | 546 | ] |
| 547 | 547 | ||
| 548 | [[package]] | 548 | [[package]] |
| 549 | name = "thiserror-impl" | 549 | name = "thiserror-impl" |
| 550 | version = "1.0.26" | 550 | version = "1.0.30" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" | 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" | 552 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
| 553 | dependencies = [ | 553 | dependencies = [ |
| 554 | "proc-macro2", | 554 | "proc-macro2", |
| 555 | "quote", | 555 | "quote", |
