diff options
| author | Renovate Bot <[email protected]> | 2024-10-22 17:54:38 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-10-22 17:54:38 +0000 |
| commit | 2fb0bbdb62df79bdb7c44432d9de17bdddf32bb5 (patch) | |
| tree | 16d6706d0253139d025d0b72abf0f0717a8587d8 /Cargo.lock | |
| parent | 9d74b71128ada12c62fd231707c10a507884c6e4 (diff) | |
chore(deps): update rust crate thiserror to v1.0.65
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -518,18 +518,18 @@ dependencies = [ | |||
| 518 | 518 | ||
| 519 | [[package]] | 519 | [[package]] |
| 520 | name = "thiserror" | 520 | name = "thiserror" |
| 521 | version = "1.0.64" | 521 | version = "1.0.65" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" | 523 | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" |
| 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.64" | 530 | version = "1.0.65" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" | 532 | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" |
| 533 | dependencies = [ | 533 | dependencies = [ |
| 534 | "proc-macro2", | 534 | "proc-macro2", |
| 535 | "quote", | 535 | "quote", |
