diff options
| author | Renovate Bot <[email protected]> | 2024-04-25 19:01:30 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-04-25 19:01:30 +0000 |
| commit | e71abf4e468aa1391181b9232170e9d92c8ffc16 (patch) | |
| tree | 660c35b9b427e35c52794562a40d080587cc41dd | |
| parent | e5fbd0dfcbd867fcbd6a677a537e1533ad0739dd (diff) | |
chore(deps): update rust crate thiserror to 1.0.59
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
| @@ -518,18 +518,18 @@ dependencies = [ | |||
| 518 | 518 | ||
| 519 | [[package]] | 519 | [[package]] |
| 520 | name = "thiserror" | 520 | name = "thiserror" |
| 521 | version = "1.0.56" | 521 | version = "1.0.59" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" | 523 | checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" |
| 524 | dependencies = [ | 524 | dependencies = [ |
| 525 | "thiserror-impl", | 525 | "thiserror-impl", |
| 526 | ] | 526 | ] |
| 527 | 527 | ||
| 528 | [[package]] | 528 | [[package]] |
| 529 | name = "thiserror-impl" | 529 | name = "thiserror-impl" |
| 530 | version = "1.0.56" | 530 | version = "1.0.59" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" | 532 | checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" |
| 533 | dependencies = [ | 533 | dependencies = [ |
| 534 | "proc-macro2", | 534 | "proc-macro2", |
| 535 | "quote", | 535 | "quote", |
| @@ -16,7 +16,7 @@ log = "0.4.21" | |||
| 16 | nom = "7.1.3" | 16 | nom = "7.1.3" |
| 17 | nom_locate = "4.2.0" | 17 | nom_locate = "4.2.0" |
| 18 | slotmap = "1.0.7" | 18 | slotmap = "1.0.7" |
| 19 | thiserror = "1" | 19 | thiserror = "1.0.59" |
| 20 | 20 | ||
| 21 | [profile.release] | 21 | [profile.release] |
| 22 | strip = true | 22 | strip = true |
