diff options
| author | Renovate Bot <[email protected]> | 2024-09-22 18:02:29 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-09-22 18:02:29 +0000 |
| commit | e7610656bece3eaf6a5b3110407db0c8b41125c3 (patch) | |
| tree | d77d3e431fcbcf850c128fb225c3a9aac901384f /Cargo.lock | |
| parent | 5a7960606a3aa13dc4e1ce6c8104c2de88edd96a (diff) | |
chore(deps): update rust crate thiserror to v1.0.64
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.63" | 521 | version = "1.0.64" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" | 523 | checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" |
| 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.63" | 530 | version = "1.0.64" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" | 532 | checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" |
| 533 | dependencies = [ | 533 | dependencies = [ |
| 534 | "proc-macro2", | 534 | "proc-macro2", |
| 535 | "quote", | 535 | "quote", |
